47cc06ae66
- Conditionally remove fields of Code, Function and ICData that are not used in the AOT runtime. - Don't include RawClosureData.context_scope_ in AOT snapshots. - Remove parameter names not needed for method resolution. - Remove parameter types not needed for function type tests. - Deduplicate parameter name and parameter type lists. - Shrink and share the initial MegamorphicCache table. Flutter gallery (IsolateSnapshotReader event) snapshot size 2731129 -> 2199999 (-19.4%) initial heap 7899568 -> 5433176 (-31.2%) R=fschneider@google.com Review URL: https://codereview.chromium.org/2326483005 .