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

Issue 11047027: Implement export clause in VM (Closed)

Created:
8 years, 2 months ago by hausner
Modified:
8 years, 2 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Implement export clause in VM Implement export namespace support in VM compiler. Missing functionality: ensuring that a name is only re-exported once.

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -95 lines) Patch
M runtime/vm/object.h View 3 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 5 chunks +43 lines, -21 lines 3 comments Download
M runtime/vm/parser.cc View 1 chunk +64 lines, -64 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 2 comments Download
M tests/co19/co19-runtime.status View 1 chunk +0 lines, -6 lines 0 comments Download
A tests/language/export1_lib.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M tests/language/import_combinators_test.dart View 1 chunk +12 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hausner
8 years, 2 months ago (2012-10-05 23:20:23 UTC) #1
siva
LGTM with couple of spec level questions: 1. The spec states that "A library may ...
8 years, 2 months ago (2012-10-08 20:17:42 UTC) #2
Ivan Posva
http://codereview.chromium.org/11047027/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): http://codereview.chromium.org/11047027/diff/1/runtime/vm/object.cc#newcode5387 runtime/vm/object.cc:5387: // Lookup a name in the library's export namespace. ...
8 years, 2 months ago (2012-10-08 21:35:50 UTC) #3
Ivan Posva
Landed as https://codereview.chromium.org/11028084/ -Ivan http://codereview.chromium.org/11047027/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): http://codereview.chromium.org/11047027/diff/1/runtime/vm/object.cc#newcode5387 runtime/vm/object.cc:5387: // Lookup a name in ...
8 years, 2 months ago (2012-10-09 00:53:19 UTC) #4
hausner
8 years, 2 months ago (2012-10-11 23:51:09 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698