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

Issue 103553006: Fix instruction removal for 'as' test; the bug caused us to stop optimizing after an 'as' test. (Closed)

Created:
6 years, 12 months ago by srdjan
Modified:
6 years, 12 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix instruction removal for 'as' test; the bug caused us to stop optimizing after an 'as' test. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=31395

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 4 (0 generated)
srdjan
6 years, 12 months ago (2013-12-27 21:00:16 UTC) #1
zra
lgtm with questions. https://codereview.chromium.org/103553006/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/103553006/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode3427 runtime/vm/flow_graph_optimizer.cc:3427: current_iterator()->RemoveCurrentFromGraph(); Many other uses of RemoveCurrentFromGraph() ...
6 years, 12 months ago (2013-12-27 21:10:05 UTC) #2
srdjan
https://codereview.chromium.org/103553006/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/103553006/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode3427 runtime/vm/flow_graph_optimizer.cc:3427: current_iterator()->RemoveCurrentFromGraph(); On 2013/12/27 21:10:06, zra wrote: > Many other ...
6 years, 12 months ago (2013-12-27 21:35:00 UTC) #3
srdjan
6 years, 12 months ago (2013-12-27 21:36:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r31395 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698