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

Issue 269273003: Fix index register assignment in LoadFieldByIndex for arm, arm64, and mips. (Closed)

Created:
6 years, 7 months ago by ulan
Modified:
6 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix index register assignment in LoadFieldByIndex for arm, arm64, and mips. This instruciton clobbers the index register. BUG=368243 LOG=N TEST=mjsunit/regress/regress-368243 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21196

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix whitespace in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -14 lines) Patch
M src/arm/lithium-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/lithium-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-368243.js View 1 1 chunk +16 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
PTAL
6 years, 7 months ago (2014-05-07 14:04:24 UTC) #1
Jakob Kummerow
LGTM https://codereview.chromium.org/269273003/diff/1/test/mjsunit/regress/regress-368243.js File test/mjsunit/regress/regress-368243.js (right): https://codereview.chromium.org/269273003/diff/1/test/mjsunit/regress/regress-368243.js#newcode10 test/mjsunit/regress/regress-368243.js:10: a[f]=c[f]; nit: spaces around '=' (and ',' in ...
6 years, 7 months ago (2014-05-07 16:16:08 UTC) #2
ulan
6 years, 7 months ago (2014-05-08 08:52:01 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r21196 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698