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

Issue 1376863004: Avoid eager enqueueing from resolution (Closed)

Created:
5 years, 2 months ago by Johnni Winther
Modified:
5 years, 2 months ago
Reviewers:
sigurdm
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update minimal_resolution_test. #

Total comments: 14

Patch Set 3 : Updated cf. comments + comment out invariant. #

Patch Set 4 : Rebased #

Patch Set 5 : Fix deferred+mirrors bug. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+924 lines, -215 lines) Patch
M pkg/compiler/lib/src/common/backend_api.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/common/codegen.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/common/resolution.dart View 1 2 3 4 7 chunks +269 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/compile_time_constants.dart View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 3 12 chunks +97 lines, -46 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/backend.dart View 1 2 3 2 chunks +19 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/dart_backend/dart_backend.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 1 2 3 8 chunks +38 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 2 3 4 11 chunks +185 lines, -34 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/js_backend.dart View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/class_members.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 2 3 8 chunks +15 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/resolution/registry.dart View 1 2 15 chunks +226 lines, -68 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 1 2 3 8 chunks +11 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/serialization/task.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/analyze_unused_dart2js_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/minimal_resolution_test.dart View 1 2 chunks +35 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/related_types.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Johnni Winther
Main changes in common/resolution.dart, js_backend/backend.dart and resolution/registry.dart
5 years, 2 months ago (2015-10-05 14:01:23 UTC) #2
sigurdm
LGTM https://codereview.chromium.org/1376863004/diff/20001/pkg/compiler/lib/src/common/resolution.dart File pkg/compiler/lib/src/common/resolution.dart (right): https://codereview.chromium.org/1376863004/diff/20001/pkg/compiler/lib/src/common/resolution.dart#newcode164 pkg/compiler/lib/src/common/resolution.dart:164: enum Feature { Should mirror usage be part ...
5 years, 2 months ago (2015-10-06 09:17:14 UTC) #3
Johnni Winther
https://codereview.chromium.org/1376863004/diff/20001/pkg/compiler/lib/src/common/resolution.dart File pkg/compiler/lib/src/common/resolution.dart (right): https://codereview.chromium.org/1376863004/diff/20001/pkg/compiler/lib/src/common/resolution.dart#newcode164 pkg/compiler/lib/src/common/resolution.dart:164: enum Feature { On 2015/10/06 09:17:13, sigurdm wrote: > ...
5 years, 2 months ago (2015-10-06 10:48:43 UTC) #4
Johnni Winther
Committed patchset #3 (id:40001) manually as dda38dfe47766b95abdbabe02b38c11010a694c4 (presubmit successful).
5 years, 2 months ago (2015-10-06 11:53:25 UTC) #5
Johnni Winther
PTAL @ the last patch
5 years, 2 months ago (2015-10-07 07:53:36 UTC) #7
sigurdm
LGTM
5 years, 2 months ago (2015-10-07 08:16:13 UTC) #8
Johnni Winther
5 years, 2 months ago (2015-10-07 08:41:32 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as
5a68d6fa0ef981d872d608ffc52ed0decb8dddf6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698