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

Issue 219473002: Fix PrepareKeyedOperand on arm. (Closed)

Created:
6 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix PrepareKeyedOperand on arm. When additional_offset is specified, the 'key' operand can be negative and still pass the bounds check. Therefore, when converting key from Smi, arithmetic and not logical shift must be used. R=verwaest@chromium.org BUG=358057 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=20363

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -1 line) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-358057.js View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dmitry Lomov (no reviews)
6 years, 8 months ago (2014-03-31 15:02:19 UTC) #1
Toon Verwaest
lgtm
6 years, 8 months ago (2014-03-31 15:08:53 UTC) #2
Dmitry Lomov (no reviews)
6 years, 8 months ago (2014-03-31 15:14:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20363 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698