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

Issue 42723003: Register synthesized mixin application classes in the library and reuse them (Closed)

Created:
7 years, 2 months ago by regis
Modified:
7 years, 1 month ago
Reviewers:
rmacnak, hausner, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Register synthesized mixin application classes in the library and reuse them when possible (fix issue 14318). R=asiva@google.com, hausner@google.com, rmacnak@google.com Committed: https://code.google.com/p/dart/source/detail?r=29276

Patch Set 1 #

Total comments: 20

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -150 lines) Patch
M runtime/lib/mirrors.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 2 1 chunk +3 lines, -6 lines 0 comments Download
M runtime/vm/class_finalizer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 15 chunks +143 lines, -54 lines 0 comments Download
runtime/vm/object.h View 1 2 3 chunks +20 lines, -18 lines 0 comments Download
runtime/vm/object.cc View 1 2 6 chunks +21 lines, -18 lines 0 comments Download
M runtime/vm/parser.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 chunks +13 lines, -45 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
regis
This is a substantial refactoring of mixin handling in the VM. Synthesized mixin application classes ...
7 years, 2 months ago (2013-10-25 02:37:39 UTC) #1
siva
lgtm https://codereview.chromium.org/42723003/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/42723003/diff/1/runtime/vm/class_finalizer.cc#newcode1364 runtime/vm/class_finalizer.cc:1364: // only interface to refer to the respective ...
7 years, 1 month ago (2013-10-25 16:55:53 UTC) #2
hausner
LGTM with comments. https://codereview.chromium.org/42723003/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/42723003/diff/1/runtime/vm/class_finalizer.cc#newcode1364 runtime/vm/class_finalizer.cc:1364: // only interface to refer to ...
7 years, 1 month ago (2013-10-25 17:11:48 UTC) #3
regis
Thanks all. Ryan, thanks for mirror patch. All tests pass now. Please have a look. ...
7 years, 1 month ago (2013-10-25 18:34:25 UTC) #4
rmacnak
LGTM
7 years, 1 month ago (2013-10-25 18:40:27 UTC) #5
regis
7 years, 1 month ago (2013-10-25 19:46:38 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r29276 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698