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

Issue 23453024: Keep track of type parameter processing in mixin application classes. (Closed)

Created:
7 years, 3 months ago by regis
Modified:
7 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Keep track of the application of a mixin type to a mixin application class, which includes setting up its type parameters (fix issue 12871). R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27157

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -72 lines) Patch
M runtime/lib/mirrors.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/class_finalizer.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 3 15 chunks +42 lines, -37 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 5 chunks +17 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 6 chunks +22 lines, -14 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
7 years, 3 months ago (2013-09-04 20:01:05 UTC) #1
siva
lgtm https://codereview.chromium.org/23453024/diff/9001/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/23453024/diff/9001/runtime/vm/class_finalizer.cc#newcode514 runtime/vm/class_finalizer.cc:514: if (cls.mixin() != Type::null()) { Might be more ...
7 years, 3 months ago (2013-09-04 21:07:00 UTC) #2
regis
Thanks Siva! https://codereview.chromium.org/23453024/diff/9001/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/23453024/diff/9001/runtime/vm/class_finalizer.cc#newcode514 runtime/vm/class_finalizer.cc:514: if (cls.mixin() != Type::null()) { On 2013/09/04 ...
7 years, 3 months ago (2013-09-04 22:14:27 UTC) #3
regis
7 years, 3 months ago (2013-09-04 22:21:40 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r27157 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698