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

Issue 2611603002: [turbofan] Tentative fix for ControlEquivalence crasher. (Closed)

Created:
3 years, 11 months ago by Benedikt Meurer
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Tentative fix for ControlEquivalence crasher. The ControlEquivalence cannot deal with new nodes inserted by the Scheduler due to Node splitting. Rather when the ControlEquivalence sees such a new Node, it'll likely crash on an out-of-bounds access. This is a speculative fix to make the crash disappear, as there's no 100% reliable repro currently. BUG=chromium:629398 TBR=jochen@chromium.org Review-Url: https://codereview.chromium.org/2611603002 Cr-Commit-Position: refs/heads/master@{#42016} Committed: https://chromium.googlesource.com/v8/v8/+/64e5143dfe25ba80ad092f52f99460a825188c06

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M src/compiler/control-equivalence.h View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 10 (6 generated)
Benedikt Meurer
3 years, 11 months ago (2017-01-03 05:27:07 UTC) #1
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/2611603002/1
3 years, 11 months ago (2017-01-03 05:27:31 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/64e5143dfe25ba80ad092f52f99460a825188c06
3 years, 11 months ago (2017-01-03 05:52:33 UTC) #9
jochen (gone - plz use gerrit)
3 years, 11 months ago (2017-01-03 08:31:45 UTC) #10
Message was sent while issue was closed.
while this will fix the crash, I'm not sure whether the resulting schedule is
still correct

A more heavy-handed approach would wipe the entire node_data_ vector in Run() if
the graph has changed in size.

Powered by Google App Engine
This is Rietveld 408576698