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

Issue 2645273003: [tubofan] escape analysis crashes only in debug builds for unaccounted opcodes (Closed)

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

Description

[tubofan] teach escape analysis about ObjectIsNonCallable R=mstarzinger@chromium.org, bmeurer@chromium.org BUG=chromium:669242 Review-Url: https://codereview.chromium.org/2645273003 Cr-Commit-Position: refs/heads/master@{#42630} Committed: https://chromium.googlesource.com/v8/v8/+/e225251f256472562e1fc79feec2d7203b15e443

Patch Set 1 #

Patch Set 2 : added missing opcode #

Total comments: 2

Patch Set 3 : restore strict check #

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

Messages

Total messages: 16 (8 generated)
Tobias Tebbi
3 years, 11 months ago (2017-01-23 09:49:43 UTC) #1
Michael Starzinger
LGTM from my end. Benedikt, you had an opinion about keeping this list explicit in ...
3 years, 11 months ago (2017-01-23 17:52:14 UTC) #2
Benedikt Meurer
LGTM % nits https://codereview.chromium.org/2645273003/diff/20001/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/2645273003/diff/20001/src/compiler/escape-analysis.cc#newcode840 src/compiler/escape-analysis.cc:840: PrintF("Encountered unaccounted use by #%d (%s)\n", ...
3 years, 11 months ago (2017-01-24 12:34:33 UTC) #6
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/2645273003/40001
3 years, 11 months ago (2017-01-24 12:45:11 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/v8/v8/+/e225251f256472562e1fc79feec2d7203b15e443
3 years, 11 months ago (2017-01-24 13:18:30 UTC) #13
Michael Achenbach
Note, there is an escape analysis error fired flakily since today, e.g.: https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20shared/builds/16091/steps/SimdJs%20-%20all%20%28flakes%29/logs/shell_test_runner
3 years, 11 months ago (2017-01-26 22:29:44 UTC) #14
Michael Achenbach
On 2017/01/26 22:29:44, Michael Achenbach wrote: > Note, there is an escape analysis error fired ...
3 years, 10 months ago (2017-01-27 09:09:55 UTC) #15
Michael Starzinger
3 years, 10 months ago (2017-01-27 09:13:15 UTC) #16
Message was sent while issue was closed.
On 2017/01/27 09:09:55, Michael Achenbach wrote:
> On 2017/01/26 22:29:44, Michael Achenbach wrote:
> > Note, there is an escape analysis error fired flakily since today, e.g.:
> >
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20shared/build...
> 
> Bisected. Culprit seems to be this CL:
> https://codereview.chromium.org/2638393002/

Also note that ClusterFuzz has several repro cases for this assertion.

Powered by Google App Engine
This is Rietveld 408576698