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

Issue 2929643002: Introduce JsStrategy skeleton (Closed)

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

Description

Introduce JsStrategy skeleton This is currently an identity conversion from the frontend model but it serves as a basis to create actual J-elements corresponding to the K-elements. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/1b6d8caccee4ce24f2c11d63214bbeebdd96e2cd

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1570 lines, -101 lines) Patch
M pkg/compiler/lib/src/common_elements.dart View 2 chunks +5 lines, -10 lines 0 comments Download
A pkg/compiler/lib/src/js_model/elements.dart View 1 1 chunk +1270 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/js_model/js_strategy.dart View 1 1 chunk +133 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 2 chunks +7 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/element_world_builder.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 38 chunks +96 lines, -87 lines 0 comments Download
A tests/compiler/dart2js/js_model/model_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compiler_helper.dart View 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 6 months ago (2017-06-07 18:42:49 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2929643002/diff/1/pkg/compiler/lib/src/js_model/elements.dart File pkg/compiler/lib/src/js_model/elements.dart (right): https://codereview.chromium.org/2929643002/diff/1/pkg/compiler/lib/src/js_model/elements.dart#newcode24 pkg/compiler/lib/src/js_model/elements.dart:24: LibraryEntity fromFrontendLibrary(LibraryEntity library) => library; maybe `toBackendLibrary` ? ...
3 years, 6 months ago (2017-06-07 22:22:50 UTC) #3
Johnni Winther
https://codereview.chromium.org/2929643002/diff/1/pkg/compiler/lib/src/js_model/elements.dart File pkg/compiler/lib/src/js_model/elements.dart (right): https://codereview.chromium.org/2929643002/diff/1/pkg/compiler/lib/src/js_model/elements.dart#newcode24 pkg/compiler/lib/src/js_model/elements.dart:24: LibraryEntity fromFrontendLibrary(LibraryEntity library) => library; On 2017/06/07 22:22:49, Siggi ...
3 years, 6 months ago (2017-06-08 07:24:54 UTC) #4
Johnni Winther
3 years, 6 months ago (2017-06-08 07:36:14 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1b6d8caccee4ce24f2c11d63214bbeebdd96e2cd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698