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

Issue 201573011: Fix false x64 argument index assertion (Closed)

Created:
6 years, 9 months ago by Jarin
Modified:
6 years, 9 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Visibility:
Public.

Description

Fix to get around an assertion that triggers when generating code that happens to be dead because the assertion is checked a bit earlier at runtime. R=ishell@chromium.org BUG=355486 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20218

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-355486.js View 1 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jarin
6 years, 9 months ago (2014-03-24 14:56:15 UTC) #1
Igor Sheludko
https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc#newcode2927 src/x64/lithium-codegen-x64.cc:2927: __ Abort(kInvalidArgumentIndex); Abort() calls runtime which requires context to ...
6 years, 9 months ago (2014-03-24 15:23:28 UTC) #2
Igor Sheludko
https://codereview.chromium.org/201573011/diff/1/test/mjsunit/regress/regress-355486.js File test/mjsunit/regress/regress-355486.js (right): https://codereview.chromium.org/201573011/diff/1/test/mjsunit/regress/regress-355486.js#newcode7 test/mjsunit/regress/regress-355486.js:7: function __f_17() { Please rename identifiers without underscores and ...
6 years, 9 months ago (2014-03-24 15:33:31 UTC) #3
Jarin
Should be fixed now. Thanks! https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc#newcode2927 src/x64/lithium-codegen-x64.cc:2927: __ Abort(kInvalidArgumentIndex); On 2014/03/24 ...
6 years, 9 months ago (2014-03-24 16:36:05 UTC) #4
Igor Sheludko
lgtm
6 years, 9 months ago (2014-03-24 16:37:46 UTC) #5
Jarin
6 years, 9 months ago (2014-03-24 20:51:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r20218 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698