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

Issue 150923002: Mark optimized code that used CHA for optimization so that lazy class 'finalization' does not inval… (Closed)

Created:
6 years, 10 months ago by srdjan
Modified:
6 years, 10 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Mark optimized code that used CHA for optimization so that lazy class 'finalization' does not invalidate that code. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=32335

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -148 lines) Patch
M runtime/vm/cha.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/cha.cc View 1 2 3 5 chunks +36 lines, -14 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 3 4 2 chunks +3 lines, -15 lines 0 comments Download
M runtime/vm/code_generator.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 2 chunks +5 lines, -0 lines 1 comment Download
M runtime/vm/isolate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 2 chunks +185 lines, -86 lines 12 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
6 years, 10 months ago (2014-01-30 23:49:34 UTC) #1
Florian Schneider
How about the approach we use for guarded fields? The optimizer / graph builder registers ...
6 years, 10 months ago (2014-01-31 12:24:41 UTC) #2
srdjan
PTAL https://codereview.chromium.org/150923002/diff/20001/runtime/vm/cha.cc File runtime/vm/cha.cc (right): https://codereview.chromium.org/150923002/diff/20001/runtime/vm/cha.cc#newcode95 runtime/vm/cha.cc:95: return false; On 2014/01/31 12:24:41, Florian Schneider wrote: ...
6 years, 10 months ago (2014-02-04 23:12:21 UTC) #3
Florian Schneider
LGTM with comments. https://codereview.chromium.org/150923002/diff/250001/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/150923002/diff/250001/runtime/vm/isolate.h#newcode463 runtime/vm/isolate.h:463: bool cha_used_; The bool variables should ...
6 years, 10 months ago (2014-02-05 10:36:30 UTC) #4
srdjan
https://codereview.chromium.org/150923002/diff/250001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/150923002/diff/250001/runtime/vm/object.cc#newcode2339 runtime/vm/object.cc:2339: class WeakCodeReferences : public ValueObject { On 2014/02/05 10:36:31, ...
6 years, 10 months ago (2014-02-05 16:20:51 UTC) #5
Florian Schneider
https://codereview.chromium.org/150923002/diff/250001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/150923002/diff/250001/runtime/vm/object.cc#newcode2339 runtime/vm/object.cc:2339: class WeakCodeReferences : public ValueObject { On 2014/02/05 16:20:51, ...
6 years, 10 months ago (2014-02-05 17:07:28 UTC) #6
srdjan
6 years, 10 months ago (2014-02-05 20:32:10 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r32335 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698