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

Issue 790143002: Fix dead phis elimination. (Closed)

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

Description

Fix dead phis elimination. When initially marking live phis, only mark those with real (i.e. non-phi) uses as live so that cycles are properly eliminated. Add a pass after allocation sinking since it may create additional dead phis. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=42245

Patch Set 1 #

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

Messages

Total messages: 4 (1 generated)
Florian Schneider
6 years ago (2014-12-10 13:19:25 UTC) #2
Vyacheslav Egorov (Google)
lgtm
6 years ago (2014-12-10 14:19:25 UTC) #3
Florian Schneider
6 years ago (2014-12-10 14:28:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r42245 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698