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

Issue 1137883002: dart2js: compile metadata lazily in the lazy emitter. (Closed)

Created:
5 years, 7 months ago by floitsch
Modified:
5 years, 7 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org, herhut
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

dart2js: compile metadata lazily in the lazy emitter. In the lazy emitter evaluates the metadata lazily at first access. Does this by keeping two arrays. The first one containing the unparsed expressions. The second one containing the evaluated expressions. R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=45726

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -11 lines) Patch
M pkg/compiler/lib/src/js_emitter/new_emitter/emitter.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 1 chunk +47 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
floitsch
5 years, 7 months ago (2015-05-09 04:52:05 UTC) #2
sra1
lgtm
5 years, 7 months ago (2015-05-12 02:46:19 UTC) #3
floitsch
5 years, 7 months ago (2015-05-12 03:13:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 45726 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698