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

Issue 15096006: Handle constants that mix eager and deferred types. (Closed)

Created:
7 years, 7 months ago by ahe
Modified:
7 years, 7 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Handle constants that mix eager and deferred types. R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=22727

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -11 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart View 1 3 chunks +7 lines, -4 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 3 chunks +32 lines, -2 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/compiler/dart2js_extra/deferred/deferred_class_library.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M dart/tests/compiler/dart2js_extra/deferred/deferred_constant_test.dart View 1 3 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
7 years, 7 months ago (2013-05-13 18:01:48 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/15096006/diff/1/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart File dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart (right): https://codereview.chromium.org/15096006/diff/1/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart#newcode167 dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart:167: // constructor, not the class itself. Update comment. ...
7 years, 7 months ago (2013-05-14 07:17:38 UTC) #2
ahe
PTAL https://codereview.chromium.org/15096006/diff/1/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart File dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart (right): https://codereview.chromium.org/15096006/diff/1/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart#newcode167 dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart:167: // constructor, not the class itself. On 2013/05/14 ...
7 years, 7 months ago (2013-05-14 10:01:24 UTC) #3
ngeoffray
Still LGTM https://codereview.chromium.org/15096006/diff/7001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/15096006/diff/7001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3035 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3035: * constant before the deferred type has ...
7 years, 7 months ago (2013-05-14 10:08:48 UTC) #4
ahe
Thank you, Nicolas! https://codereview.chromium.org/15096006/diff/7001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/15096006/diff/7001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3035 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3035: * constant before the deferred type ...
7 years, 7 months ago (2013-05-15 08:22:55 UTC) #5
ahe
7 years, 7 months ago (2013-05-15 09:27:24 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r22727 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698