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

Issue 1125083002: dart2js: Access to metadata and types goes through builtins. (Closed)

Created:
5 years, 7 months ago by floitsch
Modified:
5 years, 7 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

dart2js: Access to metadata and types goes through builtins. Instead of exposing an embedded constant "METADATA" and "TYPES" provide a builtin-function that reads these values. This allows us to implement the metadata and types table differently. In particular we want to be able to generate them lazily. R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=45574

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -26 lines) Patch
M pkg/compiler/lib/src/js_emitter/new_emitter/emitter.dart View 2 chunks +12 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/js_helper.dart View 5 chunks +30 lines, -22 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart View 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
floitsch
5 years, 7 months ago (2015-05-06 21:07:27 UTC) #2
floitsch
5 years, 7 months ago (2015-05-06 21:07:47 UTC) #3
sra1
lgtm
5 years, 7 months ago (2015-05-06 21:16:55 UTC) #4
floitsch
5 years, 7 months ago (2015-05-06 21:20:27 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 45574 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698