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

Issue 1037343002: Mark code when it instantiates an unloaded deferred type (Closed)

Created:
5 years, 9 months ago by hausner
Modified:
5 years, 9 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Mark code when it instantiates an unloaded deferred type The VM registers code objects that depend on deferred library prefixes, e.g. when calling a function in the deferred library. We didn’t do this when instantiating a type from the deferred library. This is a fix for issue 22443. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=44757

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -9 lines) Patch
M runtime/vm/parser.cc View 1 2 1 chunk +22 lines, -9 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/regress_22443_lib.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A tests/language/regress_22443_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
hausner
5 years, 9 months ago (2015-03-27 18:25:42 UTC) #2
regis
LGTM
5 years, 9 months ago (2015-03-27 18:38:56 UTC) #3
hausner
5 years, 9 months ago (2015-03-27 19:39:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r44757 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698