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

Issue 2873113004: Add equivalence check of NativeData and InterceptorData (Closed)

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

Description

Add equivalence check of NativeData and InterceptorData Extracted NativeMemberResolver from NativeDataResolver and added KernelNativeMemberResolver to resolve native member data before world impact computation. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/cdfe67f95d134b2906ec7e3f156ad8dc419ea3b2

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -113 lines) Patch
M pkg/compiler/lib/src/frontend_strategy.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/interceptor_data.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 3 chunks +10 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 chunk +50 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_strategy.dart View 1 chunk +15 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/native/resolver.dart View 6 chunks +129 lines, -80 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_impact.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/kernel/closed_world2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/kernel/closed_world_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 4 chunks +112 lines, -4 lines 2 comments Download
M tests/compiler/dart2js/serialization/test_helper.dart View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
3 years, 7 months ago (2017-05-10 11:49:47 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2873113004/diff/1/tests/compiler/dart2js/serialization/model_test_helper.dart File tests/compiler/dart2js/serialization/model_test_helper.dart (right): https://codereview.chromium.org/2873113004/diff/1/tests/compiler/dart2js/serialization/model_test_helper.dart#newcode215 tests/compiler/dart2js/serialization/model_test_helper.dart:215: data2.nativeMethodBehavior, not for this CL, but I keep ...
3 years, 7 months ago (2017-05-10 16:50:05 UTC) #3
Siggi Cherem (dart-lang)
also - should we move model/test_helper out of serialization? seems like equivalence is independent of ...
3 years, 7 months ago (2017-05-10 16:50:30 UTC) #4
Johnni Winther
On 2017/05/10 16:50:30, Siggi Cherem (dart-lang) wrote: > also - should we move model/test_helper out ...
3 years, 7 months ago (2017-05-11 12:01:27 UTC) #5
Johnni Winther
https://codereview.chromium.org/2873113004/diff/1/tests/compiler/dart2js/serialization/model_test_helper.dart File tests/compiler/dart2js/serialization/model_test_helper.dart (right): https://codereview.chromium.org/2873113004/diff/1/tests/compiler/dart2js/serialization/model_test_helper.dart#newcode215 tests/compiler/dart2js/serialization/model_test_helper.dart:215: data2.nativeMethodBehavior, On 2017/05/10 16:50:05, Siggi Cherem (dart-lang) wrote: > ...
3 years, 7 months ago (2017-05-11 12:01:33 UTC) #6
Johnni Winther
3 years, 7 months ago (2017-05-11 12:11:18 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
cdfe67f95d134b2906ec7e3f156ad8dc419ea3b2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698