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

Issue 2522253002: [turbofan] Fixed divergence in escape analysis. (Closed)

Created:
4 years ago by Tobias Tebbi
Modified:
4 years ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Fixed divergence in escape analysis. This fixes a bug where the re-creation of phi nodes leads to divergence. The fix makes sure that once a node created a phi node, it sticks to it and does not forget about it, even if the inputs suddenly agree again. The bug appeared on the trybots in https://codereview.chromium.org/2512733003/. Also I added a line to mark effect phi nodes on the queue. This is unrelated, but seems to be an obvious ommission. R=bmeurer@chromium.org BUG=v8:5633 Committed: https://crrev.com/14f81dd2d25508e299e392d1fad176e2c825f9d1 Cr-Commit-Position: refs/heads/master@{#41239}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/compiler/escape-analysis.cc View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (5 generated)
Tobias Tebbi
4 years ago (2016-11-23 15:50:19 UTC) #1
Benedikt Meurer
Awesome, thanks. LGTM!
4 years ago (2016-11-24 05:21:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2522253002/1
4 years ago (2016-11-24 05:22:57 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-11-24 05:49:37 UTC) #8
commit-bot: I haz the power
4 years ago (2016-11-24 05:50:05 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/14f81dd2d25508e299e392d1fad176e2c825f9d1
Cr-Commit-Position: refs/heads/master@{#41239}

Powered by Google App Engine
This is Rietveld 408576698