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

Issue 3195004: Fix an issue in the ARM port where a left shift was predicted to have... (Closed)

Created:
10 years, 4 months ago by Rodolph Perfetta
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix an issue in the ARM port where a left shift was predicted to have a Smi result when it had an int32 result. BUG=none TEST=test/mjsunit/shifts.js

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -12 lines) Patch
M src/arm/codegen-arm.cc View 1 1 chunk +17 lines, -12 lines 0 comments Download
A test/mjsunit/shifts.js View 1 chunk +38 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Rodolph Perfetta
10 years, 4 months ago (2010-08-18 14:45:04 UTC) #1
Erik Corry
Great, thanks. Please add a test to the mjsunit directory. If you put a magic ...
10 years, 4 months ago (2010-08-19 07:45:27 UTC) #2
Rodolph Perfetta
applied comments and added new unit test.
10 years, 4 months ago (2010-08-19 17:21:17 UTC) #3
Rodolph Perfetta
http://codereview.chromium.org/3195004/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/3195004/diff/1/2#newcode1240 src/arm/codegen-arm.cc:1240: } else { // Token::SHL On 2010/08/19 07:45:27, Erik ...
10 years, 4 months ago (2010-08-19 17:21:32 UTC) #4
Erik Corry
LGTM http://codereview.chromium.org/3195004/diff/5001/6002 File test/mjsunit/shifts.js (right): http://codereview.chromium.org/3195004/diff/5001/6002#newcode30 test/mjsunit/shifts.js:30: // test a few corners cases with shifts ...
10 years, 4 months ago (2010-08-23 07:43:40 UTC) #5
Erik Corry
10 years, 4 months ago (2010-08-23 07:54:21 UTC) #6
Committed as r5315.

Powered by Google App Engine
This is Rietveld 408576698