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

Issue 642813005: dart2js: Emit constants in new emitter. (Closed)

Created:
6 years, 2 months ago by floitsch
Modified:
6 years, 2 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart2js: Emit constants in new emitter. Currently the constants are still emitted eagerly, but it should be relatively straightforward to switch to a lazy emission. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=41144

Patch Set 1 #

Patch Set 2 : Remove code that isn't yet used. #

Total comments: 6

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -28 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_emitter/model.dart View 1 2 2 chunks +43 lines, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/new_emitter/emitter.dart View 1 3 chunks +7 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/new_emitter/model_emitter.dart View 1 2 6 chunks +24 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/program_builder.dart View 1 2 3 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
floitsch
Depends on https://codereview.chromium.org/649873003/
6 years, 2 months ago (2014-10-15 20:32:11 UTC) #2
kasperl
LGTM. https://codereview.chromium.org/642813005/diff/20001/sdk/lib/_internal/compiler/implementation/js_emitter/model.dart File sdk/lib/_internal/compiler/implementation/js_emitter/model.dart (right): https://codereview.chromium.org/642813005/diff/20001/sdk/lib/_internal/compiler/implementation/js_emitter/model.dart#newcode19 sdk/lib/_internal/compiler/implementation/js_emitter/model.dart:19: * This class represents a JavaScript object that ...
6 years, 2 months ago (2014-10-16 07:01:57 UTC) #3
floitsch
https://codereview.chromium.org/642813005/diff/20001/sdk/lib/_internal/compiler/implementation/js_emitter/model.dart File sdk/lib/_internal/compiler/implementation/js_emitter/model.dart (right): https://codereview.chromium.org/642813005/diff/20001/sdk/lib/_internal/compiler/implementation/js_emitter/model.dart#newcode19 sdk/lib/_internal/compiler/implementation/js_emitter/model.dart:19: * This class represents a JavaScript object that containts ...
6 years, 2 months ago (2014-10-16 12:59:54 UTC) #4
floitsch
6 years, 2 months ago (2014-10-16 13:00:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 41144 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698