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

Issue 1575603002: dart2js: lazily load fields in their own deferred parts (Closed)

Created:
4 years, 11 months ago by Harry Terkelsen
Modified:
4 years, 11 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: lazily load fields in their own deferred parts Fixes #24356 BUG= R=floitsch@google.com Committed: https://github.com/dart-lang/sdk/commit/c08bcf530d9664123540c75b3ceabf459260013d

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : fix type #

Total comments: 12

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -31 lines) Patch
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 2 3 4 3 chunks +36 lines, -23 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 4 1 chunk +5 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Harry Terkelsen
4 years, 11 months ago (2016-01-08 21:14:46 UTC) #2
Siggi Cherem (dart-lang)
nice! I have more questions than comments :) https://codereview.chromium.org/1575603002/diff/40001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart File pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart (left): https://codereview.chromium.org/1575603002/diff/40001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart#oldcode717 pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart:717: // ...
4 years, 11 months ago (2016-01-08 22:50:37 UTC) #3
Harry Terkelsen
https://codereview.chromium.org/1575603002/diff/40001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart File pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart (left): https://codereview.chromium.org/1575603002/diff/40001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart#oldcode717 pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart:717: // The code is null if we ended up ...
4 years, 11 months ago (2016-01-11 18:01:21 UTC) #4
Harry Terkelsen
PTAL. I've fixed a 'type'-o
4 years, 11 months ago (2016-01-11 21:25:33 UTC) #5
Harry Terkelsen
Florian, the code for lazy initializers in the full emitter now copies the code you ...
4 years, 11 months ago (2016-01-11 21:33:52 UTC) #7
floitsch
LGTM. The code (full emitter) is not obvious, so I might have missed something, but ...
4 years, 11 months ago (2016-01-12 13:38:38 UTC) #8
Harry Terkelsen
Thanks, Florian https://codereview.chromium.org/1575603002/diff/60001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart File pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart (right): https://codereview.chromium.org/1575603002/diff/60001/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart#newcode699 pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart:699: if (#isMainFragment) { On 2016/01/12 13:38:38, floitsch ...
4 years, 11 months ago (2016-01-12 18:37:52 UTC) #9
Harry Terkelsen
4 years, 11 months ago (2016-01-12 18:40:45 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
c08bcf530d9664123540c75b3ceabf459260013d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698