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

Issue 1530143002: [turbofan] Fix ASAN bug in escape analysis (Closed)

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

Description

[turbofan] Fix ASAN bug in escape analysis BUG=566253 LOG=n Committed: https://crrev.com/07cc8d598b155e5c59585f544e190c38f4ba8b2e Cr-Commit-Position: refs/heads/master@{#32942}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Better solution #

Total comments: 2

Patch Set 3 : Don't write code in DCHECK :) #

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

Dependent Patchsets:

Messages

Total messages: 18 (9 generated)
sigurds
PTAL, this fixes a clusterfuzz issue.
5 years ago (2015-12-16 14:26:12 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1530143002/diff/1/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1530143002/diff/1/src/compiler/escape-analysis.cc#newcode457 src/compiler/escape-analysis.cc:457: info_.resize(graph()->NodeCount()); How about if (node->id() >= info_.size()) return false; ...
5 years ago (2015-12-16 17:53:56 UTC) #5
sigurds
Please take a look again :) https://codereview.chromium.org/1530143002/diff/1/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1530143002/diff/1/src/compiler/escape-analysis.cc#newcode457 src/compiler/escape-analysis.cc:457: info_.resize(graph()->NodeCount()); On 2015/12/16 ...
5 years ago (2015-12-17 10:16:33 UTC) #6
Benedikt Meurer
LGTM
5 years ago (2015-12-17 10:30:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1530143002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1530143002/20001
5 years ago (2015-12-17 10:58:37 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/10157)
5 years ago (2015-12-17 11:21:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1530143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1530143002/40001
5 years ago (2015-12-17 11:29:22 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-17 11:46:50 UTC) #16
commit-bot: I haz the power
5 years ago (2015-12-17 11:47:24 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/07cc8d598b155e5c59585f544e190c38f4ba8b2e
Cr-Commit-Position: refs/heads/master@{#32942}

Powered by Google App Engine
This is Rietveld 408576698