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

Issue 220203004: Improve the mirror support for deferred loading. (Closed)

Created:
6 years, 8 months ago by sigurdm
Modified:
6 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve the mirror support for deferred loading by registering elements only included by mirror-usage seperately. R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=34685

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -48 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/deferred_load.dart View 1 3 chunks +26 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_mirrors_test.dart View 1 3 chunks +83 lines, -35 lines 0 comments Download
M tests/lib/mirrors/deferred_mirrors_metadata_lib.dart View 1 1 chunk +17 lines, -4 lines 0 comments Download
M tests/lib/mirrors/deferred_mirrors_metadata_test.dart View 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
sigurdm
6 years, 8 months ago (2014-04-01 10:29:56 UTC) #1
Johnni Winther
lgtm https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/deferred_load.dart File sdk/lib/_internal/compiler/implementation/deferred_load.dart (right): https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/deferred_load.dart#newcode308 sdk/lib/_internal/compiler/implementation/deferred_load.dart:308: element = element.implementation; Remove this line. https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/deferred_load.dart#newcode452 sdk/lib/_internal/compiler/implementation/deferred_load.dart:452: ...
6 years, 8 months ago (2014-04-01 13:19:59 UTC) #2
karlklose
DBC: https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode356 sdk/lib/_internal/compiler/implementation/compiler.dart:356: * Dependencies that are only included due to ...
6 years, 8 months ago (2014-04-01 13:48:17 UTC) #3
sigurdm
https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/220203004/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode356 sdk/lib/_internal/compiler/implementation/compiler.dart:356: * Dependencies that are only included due to mirrors. ...
6 years, 8 months ago (2014-04-01 13:57:43 UTC) #4
sigurdm
6 years, 8 months ago (2014-04-03 08:01:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r34685 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698