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

Issue 19512003: Implement VariableMirror creation with non-API code. To break circular initialization, have them fi… (Closed)

Created:
7 years, 5 months ago by rmacnak
Modified:
7 years, 5 months ago
Reviewers:
ahe, siva
CC:
reviews_dartlang.org, ahe, Michael Lippautz (Google)
Visibility:
Public.

Description

Implement VariableMirror creation with non-API code. To break circular initialization, have them find their type lazily. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25317

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -39 lines) Patch
M runtime/lib/mirrors.cc View 1 2 4 chunks +32 lines, -39 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 2 3 chunks +15 lines, -0 lines 1 comment Download
M runtime/vm/bootstrap_natives.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc#newcode615 runtime/lib/mirrors.cc:615: args.SetAt(3, Instance::Handle()); // Null for type. We still pass ...
7 years, 5 months ago (2013-07-20 00:46:52 UTC) #1
siva
https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc#newcode781 runtime/lib/mirrors.cc:781: owner_mirror); Looks like this is the only caller for ...
7 years, 5 months ago (2013-07-22 05:25:32 UTC) #2
rmacnak
https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19512003/diff/6001/runtime/lib/mirrors.cc#newcode781 runtime/lib/mirrors.cc:781: owner_mirror); On 2013/07/22 05:25:32, siva wrote: > Looks like ...
7 years, 5 months ago (2013-07-22 19:05:09 UTC) #3
siva
lgtm
7 years, 5 months ago (2013-07-22 22:42:46 UTC) #4
rmacnak
Merged.
7 years, 5 months ago (2013-07-22 23:00:18 UTC) #5
rmacnak
Committed patchset #3 manually as r25317 (presubmit successful).
7 years, 5 months ago (2013-07-22 23:06:01 UTC) #6
ahe
7 years, 5 months ago (2013-07-24 09:45:30 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/19512003/diff/23001/runtime/lib/mirrors_impl....
File runtime/lib/mirrors_impl.dart (right):

https://codereview.chromium.org/19512003/diff/23001/runtime/lib/mirrors_impl....
runtime/lib/mirrors_impl.dart:1113: }
Always override hashCode when overriding operator==.

Powered by Google App Engine
This is Rietveld 408576698