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

Issue 1211273011: Added full deferred loading semantic to precompiled/--noopt/eager-loading code (Closed)

Created:
5 years, 5 months ago by srdjan
Modified:
5 years, 5 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added full deferred loading semantic to precompiled/--noopt/eager-loading code (some corner cases, e.g., compile-time errors for constants, still missing) BUG= R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/d503d2f0ed3ae1f8ab41c9749afbc3c41ee8421e

Patch Set 1 #

Patch Set 2 : m #

Patch Set 3 : m #

Total comments: 10

Patch Set 4 : new #

Total comments: 6

Patch Set 5 : n #

Patch Set 6 : c #

Patch Set 7 : c #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -32 lines) Patch
M runtime/lib/errors_patch.dart View 1 2 3 4 2 chunks +25 lines, -0 lines 0 comments Download
M runtime/lib/lib_prefix.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/object.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.h View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/parser.h View 1 2 3 4 5 2 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 14 chunks +97 lines, -26 lines 0 comments Download
M runtime/vm/symbols.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/weak_code.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M tests/language/deferred_static_seperate_test.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
srdjan
5 years, 5 months ago (2015-07-08 16:53:51 UTC) #2
hausner
Apart from deferred constants not working, how about allocation of deferred types? new prefix.T() needs ...
5 years, 5 months ago (2015-07-08 18:19:58 UTC) #3
srdjan
PTAL. There are still some failing deferred loading tests, which I plan to look at ...
5 years, 5 months ago (2015-07-09 16:41:44 UTC) #4
hausner
LGTM w/comments https://codereview.chromium.org/1211273011/diff/60001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1211273011/diff/60001/runtime/vm/parser.cc#newcode10051 runtime/vm/parser.cc:10051: String& method_name = String::Handle(); String::Handle(Z); https://codereview.chromium.org/1211273011/diff/60001/runtime/vm/parser.cc#newcode10088 runtime/vm/parser.cc:10088: ...
5 years, 5 months ago (2015-07-09 17:10:05 UTC) #5
srdjan
https://codereview.chromium.org/1211273011/diff/60001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1211273011/diff/60001/runtime/vm/parser.cc#newcode10051 runtime/vm/parser.cc:10051: String& method_name = String::Handle(); On 2015/07/09 17:10:05, hausner wrote: ...
5 years, 5 months ago (2015-07-09 17:31:19 UTC) #6
srdjan
5 years, 5 months ago (2015-07-09 17:57:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
d503d2f0ed3ae1f8ab41c9749afbc3c41ee8421e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698