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

Issue 2824423002: Compute NativeBasicData for KernelWorldBuilder (Closed)

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

Description

Compute NativeBasicData for KernelWorldBuilder This computes the native classes using metadata from the KernelWorldBuilder. This will be merge with the AnnotationProcessor from https://codereview.chromium.org/2824123003/ R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/1c0684ceabf4e6cd9df3f0c3cdc8cd5918236248

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Patch Set 3 : Put computeNativeBasicData into KernelAnnotationProcessor. #

Total comments: 4

Patch Set 4 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -84 lines) Patch
M pkg/compiler/lib/src/common_elements.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/native_data.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_adapter.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/compiler/lib/src/kernel/native_basic_data.dart View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/world_builder.dart View 1 13 chunks +73 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/native/resolver.dart View 1 2 6 chunks +32 lines, -36 lines 0 comments Download
M tests/compiler/dart2js/kernel/closed_world2_test.dart View 1 2 3 7 chunks +46 lines, -37 lines 0 comments Download
M tests/compiler/dart2js/serialization/test_helper.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Johnni Winther
3 years, 8 months ago (2017-04-19 12:05:21 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2824423002/diff/1/pkg/compiler/lib/src/kernel/native_basic_data.dart File pkg/compiler/lib/src/kernel/native_basic_data.dart (right): https://codereview.chromium.org/2824423002/diff/1/pkg/compiler/lib/src/kernel/native_basic_data.dart#newcode20 pkg/compiler/lib/src/kernel/native_basic_data.dart:20: in worldBuilder._getClassMetadata(cls)) { I might be missing sometheing, but ...
3 years, 8 months ago (2017-04-19 16:05:23 UTC) #3
Johnni Winther
PTAL https://codereview.chromium.org/2824423002/diff/1/pkg/compiler/lib/src/kernel/native_basic_data.dart File pkg/compiler/lib/src/kernel/native_basic_data.dart (right): https://codereview.chromium.org/2824423002/diff/1/pkg/compiler/lib/src/kernel/native_basic_data.dart#newcode20 pkg/compiler/lib/src/kernel/native_basic_data.dart:20: in worldBuilder._getClassMetadata(cls)) { On 2017/04/19 16:05:22, Siggi Cherem ...
3 years, 8 months ago (2017-04-20 08:05:25 UTC) #4
Johnni Winther
PING
3 years, 8 months ago (2017-04-21 07:23:03 UTC) #5
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2824423002/diff/40001/pkg/compiler/lib/src/kernel/native_basic_data.dart File pkg/compiler/lib/src/kernel/native_basic_data.dart (right): https://codereview.chromium.org/2824423002/diff/40001/pkg/compiler/lib/src/kernel/native_basic_data.dart#newcode8 pkg/compiler/lib/src/kernel/native_basic_data.dart:8: // TODO(johnnniwinther): Move this to the AnnotationProcessor when ...
3 years, 8 months ago (2017-04-21 16:29:40 UTC) #6
Johnni Winther
https://codereview.chromium.org/2824423002/diff/40001/pkg/compiler/lib/src/kernel/native_basic_data.dart File pkg/compiler/lib/src/kernel/native_basic_data.dart (right): https://codereview.chromium.org/2824423002/diff/40001/pkg/compiler/lib/src/kernel/native_basic_data.dart#newcode8 pkg/compiler/lib/src/kernel/native_basic_data.dart:8: // TODO(johnnniwinther): Move this to the AnnotationProcessor when it ...
3 years, 8 months ago (2017-04-24 06:50:07 UTC) #7
Johnni Winther
3 years, 8 months ago (2017-04-24 06:56:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
1c0684ceabf4e6cd9df3f0c3cdc8cd5918236248 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698