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

Issue 2992863002: Support forEachClassMember on closure classes (Closed)

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

Description

Support forEachClassMember on closure classes + split MemberData into MemberData interface and MemberDataImpl node based implementation and add ClosureMemberData objects + use SourceSpan instead of ir.Location for Class/MemberDefinition.location + register StaticUse.callMethod instead of StaticUse.closure + use DartType instead of ResolutionDartType in metadata_collector R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/476b1cdd44a57bcfa1567997abaf3bd180271c5d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+387 lines, -225 lines) Patch
M pkg/compiler/lib/src/common/codegen.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/impact_transformer.dart View 2 chunks +12 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/metadata_collector.dart View 1 5 chunks +7 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure.dart View 5 chunks +50 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 2 chunks +6 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 6 chunks +23 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 27 chunks +99 lines, -117 lines 0 comments Download
M pkg/compiler/lib/src/kernel/env.dart View 12 chunks +162 lines, -49 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 1 chunk +1 line, -8 lines 0 comments Download
M pkg/compiler/lib/src/universe/codegen_world_builder.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/member_usage.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/use.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Johnni Winther
3 years, 4 months ago (2017-08-02 12:52:11 UTC) #3
Emily Fortuna
cool! We'll need to update several status files with this change (yay!). I made a ...
3 years, 4 months ago (2017-08-02 17:49:55 UTC) #4
Emily Fortuna
oh, and lgtm
3 years, 4 months ago (2017-08-02 17:50:34 UTC) #5
Johnni Winther
https://codereview.chromium.org/2992863002/diff/1/pkg/compiler/lib/src/js_emitter/metadata_collector.dart File pkg/compiler/lib/src/js_emitter/metadata_collector.dart (right): https://codereview.chromium.org/2992863002/diff/1/pkg/compiler/lib/src/js_emitter/metadata_collector.dart#newcode26 pkg/compiler/lib/src/js_emitter/metadata_collector.dart:26: show ResolutionDartType, ResolutionTypedefType; On 2017/08/02 17:49:55, Emily Fortuna wrote: ...
3 years, 4 months ago (2017-08-03 08:58:34 UTC) #7
Johnni Winther
3 years, 4 months ago (2017-08-03 08:59:27 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
476b1cdd44a57bcfa1567997abaf3bd180271c5d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698