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

Issue 228883005: Avoid hydrogen compare-objects-equal assertions in dead code (Closed)

Created:
6 years, 8 months ago by Jarin
Modified:
6 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Avoid hydrogen compare-objects-equal assertions in dead code ClusterFuzz test is triggering assertions for dead code. This fix issues HDeoptimize instruction when it finds out that the compare instruction is dead (because of previous checks). R=yangguo@chromium.org BUG=359491 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20620

Patch Set 1 #

Total comments: 1

Patch Set 2 : Used Yang's test #

Patch Set 3 : Rebase #

Patch Set 4 : Changed the deopt from eager to soft #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M src/hydrogen.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-359491.js View 1 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jarin
6 years, 8 months ago (2014-04-08 20:39:36 UTC) #1
Yang
https://codereview.chromium.org/228883005/diff/1/test/mjsunit/regress/regress-359491.js File test/mjsunit/regress/regress-359491.js (right): https://codereview.chromium.org/228883005/diff/1/test/mjsunit/regress/regress-359491.js#newcode28 test/mjsunit/regress/regress-359491.js:28: f(); function f(a, b, mode) { if (mode) { ...
6 years, 8 months ago (2014-04-09 07:59:47 UTC) #2
Jarin
Thanks for the beautiful test case! As discussed in person, I have update the change ...
6 years, 8 months ago (2014-04-09 12:23:39 UTC) #3
Yang
On 2014/04/09 12:23:39, jarin wrote: > Thanks for the beautiful test case! As discussed in ...
6 years, 8 months ago (2014-04-09 12:26:38 UTC) #4
Jarin
6 years, 8 months ago (2014-04-09 13:08:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r20620 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698