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

Issue 340113002: Fix our initial dead phi elimination in the presence of try-catch. (Closed)

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

Description

Fix our initial dead phi elimination in the presence of try-catch. BUG=dartbug.com/19519 TEST=tests/language/try_catch_optimized4_test.dart R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=37444

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1 line) Patch
M runtime/vm/flow_graph.cc View 1 2 chunks +30 lines, -1 line 0 comments Download
A tests/language/try_catch_optimized4_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
6 years, 6 months ago (2014-06-18 14:16:05 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/340113002/diff/1/runtime/vm/flow_graph.cc File runtime/vm/flow_graph.cc (right): https://codereview.chromium.org/340113002/diff/1/runtime/vm/flow_graph.cc#newcode1011 runtime/vm/flow_graph.cc:1011: if (phi == NULL || phi->env_use_list() == NULL) ...
6 years, 6 months ago (2014-06-18 14:21:27 UTC) #2
Florian Schneider
https://codereview.chromium.org/340113002/diff/1/runtime/vm/flow_graph.cc File runtime/vm/flow_graph.cc (right): https://codereview.chromium.org/340113002/diff/1/runtime/vm/flow_graph.cc#newcode1011 runtime/vm/flow_graph.cc:1011: if (phi == NULL || phi->env_use_list() == NULL) continue; ...
6 years, 6 months ago (2014-06-18 14:25:41 UTC) #3
Florian Schneider
6 years, 6 months ago (2014-06-18 14:27:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r37444 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698