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

Issue 219923005: MIPS: Fix PrepareKeyedOperand on MIPS. (Closed)

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

Description

MIPS: Fix PrepareKeyedOperand on MIPS. Port r20363 (235f866c) Original commit message: 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. BUG= R=plind44@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=20370

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
palfia
PTAL.
6 years, 8 months ago (2014-03-31 22:30:16 UTC) #1
Paul Lind
lgtm
6 years, 8 months ago (2014-03-31 22:41:51 UTC) #2
palfia
6 years, 8 months ago (2014-03-31 22:51:01 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20370 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698