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

Issue 26955002: Overlap type arguments of a type with the type arguments of its super type (Closed)

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

Description

Overlap type arguments of a type with the type arguments of its super type when possible. Overlapping may be partial. Add flag --overlap-type-arguments controlling this optimization for debugging and performance measurement (default is true).

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -47 lines) Patch
M runtime/vm/class_finalizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 12 chunks +66 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 7 chunks +103 lines, -29 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
7 years, 2 months ago (2013-10-11 00:45:50 UTC) #1
hausner
LGTM but I suggest waiting for a second pair of eyes to take a look ...
7 years, 2 months ago (2013-10-11 18:00:58 UTC) #2
regis
Thanks! If other reviewers have more comments, I'll address them in the follow up change ...
7 years, 2 months ago (2013-10-11 18:36:09 UTC) #3
regis
7 years, 2 months ago (2013-10-11 18:50:55 UTC) #4
I'm closing this cl manually:

svn: Commit failed unexpectedly --- please try again later (1)

... it was committed anyway as r28539.

Powered by Google App Engine
This is Rietveld 408576698