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

Issue 128113003: Fix bug in specialization of IC-data. (Closed)

Created:
6 years, 11 months ago by Florian Schneider
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bug in specialization of IC-data. My previous change to use constants for OSR values if possible uncovered a bug when narrowing IC-data based on type information: If the exising IC data don't agree with the static type information, don't specialize. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=31607

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -11 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 3 chunks +17 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
6 years, 11 months ago (2014-01-08 12:48:24 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/128113003/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/128113003/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode192 runtime/vm/flow_graph_optimizer.cc:192: const ICData& new_ic_data = ICData::ZoneHandle(ICData::New( You can actually ...
6 years, 11 months ago (2014-01-08 13:00:00 UTC) #2
Florian Schneider
Committed patchset #2 manually as r31607 (presubmit successful).
6 years, 11 months ago (2014-01-08 13:07:57 UTC) #3
Florian Schneider
https://codereview.chromium.org/128113003/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/128113003/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode192 runtime/vm/flow_graph_optimizer.cc:192: const ICData& new_ic_data = ICData::ZoneHandle(ICData::New( On 2014/01/08 13:00:00, Vyacheslav ...
6 years, 11 months ago (2014-01-08 14:12:42 UTC) #4
srdjan
6 years, 11 months ago (2014-01-08 17:31:47 UTC) #5
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698