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

Issue 2558013002: Move handling of regular static use from ResolutionEnqueuer to ResolutionWorldBuilderImpl (Closed)

Created:
4 years ago by Johnni Winther
Modified:
4 years ago
Reviewers:
Harry Terkelsen
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move handling of regular static use from ResolutionEnqueuer to ResolutionWorldBuilderImpl R=het@google.com Committed: https://github.com/dart-lang/sdk/commit/015ff751430bd7c2fc827a65fce89a125daa5715

Patch Set 1 #

Patch Set 2 : Add TODO #

Total comments: 4

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -58 lines) Patch
M pkg/compiler/lib/src/deferred_load.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 4 chunks +22 lines, -36 lines 0 comments Download
M pkg/compiler/lib/src/universe/world_builder.dart View 1 2 7 chunks +95 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/diagnose_ambiguous_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/kernel/closed_world_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/deferred_load.dart File pkg/compiler/lib/src/deferred_load.dart (right): https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/deferred_load.dart#newcode431 pkg/compiler/lib/src/deferred_load.dart:431: cls.implementation.forEachMember(addLiveInstanceMember); Avoid calling [ResolutionEnqueuer.hasBeenProcessed] with patch elements. https://codereview.chromium.org/2558013002/diff/20001/tests/compiler/dart2js/diagnose_ambiguous_test.dart File ...
4 years ago (2016-12-07 10:28:04 UTC) #2
Harry Terkelsen
lgtm https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/universe/world_builder.dart File pkg/compiler/lib/src/universe/world_builder.dart (right): https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/universe/world_builder.dart#newcode697 pkg/compiler/lib/src/universe/world_builder.dart:697: void registerStaticUse(StaticUse staticUse, MemberUsed memberUsed) { Maybe rename ...
4 years ago (2016-12-07 21:02:00 UTC) #3
Johnni Winther
https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/universe/world_builder.dart File pkg/compiler/lib/src/universe/world_builder.dart (right): https://codereview.chromium.org/2558013002/diff/20001/pkg/compiler/lib/src/universe/world_builder.dart#newcode697 pkg/compiler/lib/src/universe/world_builder.dart:697: void registerStaticUse(StaticUse staticUse, MemberUsed memberUsed) { On 2016/12/07 21:02:00, ...
4 years ago (2016-12-08 08:56:12 UTC) #4
Johnni Winther
4 years ago (2016-12-08 09:01:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
015ff751430bd7c2fc827a65fce89a125daa5715 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698