Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Issue 2964683003: Split implementation of KernelToElementMapImpl (Closed)

Created:
3 years, 5 months ago by Johnni Winther
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, Emily Fortuna
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Split implementation of KernelToElementMapImpl - to enable testing of pure implementations of the frontend/backend KernelToElementMap interfaces This introduces Indexed* entities to enable sharing envs/data between K and J elements. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/8ce912063ed749b03f917de89536c8b566a4d196

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1027 lines, -1073 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/js_strategy.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 2 chunks +9 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 26 chunks +462 lines, -778 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_mixins.dart View 2 chunks +24 lines, -25 lines 0 comments Download
M pkg/compiler/lib/src/kernel/elements.dart View 1 1 chunk +14 lines, -232 lines 0 comments Download
A pkg/compiler/lib/src/kernel/env.dart View 1 chunk +409 lines, -0 lines 0 comments Download
A + pkg/compiler/lib/src/kernel/kelements.dart View 6 chunks +9 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 4 chunks +13 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_strategy.dart View 1 6 chunks +16 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/kernel/native_basic_data.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/kernel/no_such_method_resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/kernel/types.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/compiler/dart2js/is_function_test.dart View 1 1 chunk +42 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/js_model/model_test.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/test_helpers.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
Johnni Winther
3 years, 5 months ago (2017-06-30 20:23:01 UTC) #3
Siggi Cherem (dart-lang)
lgtm +efortuna - I think this might answer a bit the question on the other ...
3 years, 5 months ago (2017-06-30 22:19:29 UTC) #4
Johnni Winther
https://codereview.chromium.org/2964683003/diff/1/pkg/compiler/lib/src/js_model/js_strategy.dart File pkg/compiler/lib/src/js_model/js_strategy.dart (right): https://codereview.chromium.org/2964683003/diff/1/pkg/compiler/lib/src/js_model/js_strategy.dart#newcode50 pkg/compiler/lib/src/js_model/js_strategy.dart:50: KernelToElementMapForImpact elementMap = strategy.elementMap; On 2017/06/30 22:19:28, Siggi Cherem ...
3 years, 5 months ago (2017-07-03 08:00:58 UTC) #5
Johnni Winther
3 years, 5 months ago (2017-07-03 08:06:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8ce912063ed749b03f917de89536c8b566a4d196 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698