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

Issue 2112463002: [turbofan] Fix non-termination in RedundancyElimination. (Closed)

Created:
4 years, 5 months ago by Benedikt Meurer
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com, Michael Achenbach, Michael Starzinger
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Fix non-termination in RedundancyElimination. A pointer comparison on the effect path states is not sufficient to guarantee termination; we really need to check the actual nodes to make sure we terminate properly, similar to what BranchElimination does. R=jarin@chromium.org BUG=v8:5161 Committed: https://crrev.com/89c9fc73bec6a514d98b3d8884c44ffd6bf9c70c Cr-Commit-Position: refs/heads/master@{#37389}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -9 lines) Patch
M src/compiler/redundancy-elimination.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/redundancy-elimination.cc View 2 chunks +17 lines, -2 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
4 years, 5 months ago (2016-06-29 11:30:18 UTC) #1
Benedikt Meurer
Jaro: PTAL Michael, Michi: FYI
4 years, 5 months ago (2016-06-29 11:31:00 UTC) #2
Jarin
lgtm
4 years, 5 months ago (2016-06-29 11:32:17 UTC) #3
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/2112463002/1
4 years, 5 months ago (2016-06-29 11:44:59 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 11:57:07 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/89c9fc73bec6a514d98b3d8884c44ffd6bf9c70c Cr-Commit-Position: refs/heads/master@{#37389}
4 years, 5 months ago (2016-06-29 11:58:15 UTC) #8
Michael Achenbach
4 years, 5 months ago (2016-06-29 12:11:30 UTC) #10
Message was sent while issue was closed.
Awesome, thanks!

Powered by Google App Engine
This is Rietveld 408576698