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

Issue 1040703003: Fix variable decl register collision on ARM. (Closed)

Created:
5 years, 9 months ago by Jarin
Modified:
5 years, 4 months ago
CC:
v8-dev, Benedikt Meurer
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix variable decl register collision on ARM. BUG=chromium:455207 LOG=n R=ulan@chromium.org Committed: https://crrev.com/bb869374fe8a9714dba9de218db330f68ca3d4f2 Cr-Commit-Position: refs/heads/master@{#30249}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments #

Total comments: 1

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -17 lines) Patch
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-455207.js View 1 chunk +7 lines, -13 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Jarin
Could you take a look, please?
5 years, 9 months ago (2015-03-27 17:09:18 UTC) #1
Dmitry Lomov (no reviews)
lgtm, thanks for looking into this!
5 years, 9 months ago (2015-03-28 10:37:06 UTC) #3
Dmitry Lomov (no reviews)
I have second thoughts https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc#newcode868 src/arm/full-codegen-arm.cc:868: __ str(r0, StackOperand(variable)); Actually there ...
5 years, 9 months ago (2015-03-28 10:41:18 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc#newcode877 src/arm/full-codegen-arm.cc:877: __ str(ip, ContextOperand(cp, variable->index())); As noted by Dmitry, this ...
5 years, 8 months ago (2015-03-29 09:07:04 UTC) #6
Jarin
https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/1040703003/diff/1/src/arm/full-codegen-arm.cc#newcode868 src/arm/full-codegen-arm.cc:868: __ str(r0, StackOperand(variable)); On 2015/03/28 10:41:18, Dmitry Lomov (chromium) ...
5 years, 8 months ago (2015-03-30 05:54:50 UTC) #7
Dmitry Lomov (no reviews)
https://codereview.chromium.org/1040703003/diff/20001/test/mjsunit/regress/regress-455207.js File test/mjsunit/regress/regress-455207.js (right): https://codereview.chromium.org/1040703003/diff/20001/test/mjsunit/regress/regress-455207.js#newcode12 test/mjsunit/regress/regress-455207.js:12: assertThrows(function() { eval(s); }); Also add a test for ...
5 years, 8 months ago (2015-03-30 11:24:17 UTC) #8
Michael Starzinger
LGTM. ClusterFuzz also discovered this now. How about we land this fix instead of having ...
5 years, 4 months ago (2015-08-19 10:51:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1040703003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1040703003/40001
5 years, 4 months ago (2015-08-19 11:32:11 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 4 months ago (2015-08-19 12:50:08 UTC) #13
commit-bot: I haz the power
5 years, 4 months ago (2015-08-19 12:50:24 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bb869374fe8a9714dba9de218db330f68ca3d4f2
Cr-Commit-Position: refs/heads/master@{#30249}

Powered by Google App Engine
This is Rietveld 408576698