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

Issue 6696037: Fix incorrect assumption on bit-and on ARM (Closed)

Created:
9 years, 9 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix incorrect assumption on bit-and on ARM Committed: http://code.google.com/p/v8/source/detail?r=7183

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M src/arm/codegen-arm.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M test/mjsunit/bitops-info.js View 2 chunks +12 lines, -0 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 9 months ago (2011-03-15 21:49:11 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 9 months ago (2011-03-15 21:53:15 UTC) #2
LGTM

http://codereview.chromium.org/6696037/diff/2002/test/mjsunit/bitops-info.js
File test/mjsunit/bitops-info.js (right):

http://codereview.chromium.org/6696037/diff/2002/test/mjsunit/bitops-info.js#...
test/mjsunit/bitops-info.js:41: var w = -0x20123456;  // A negative smi.
return

http://codereview.chromium.org/6696037/diff/2002/test/mjsunit/bitops-info.js#...
test/mjsunit/bitops-info.js:45: var w = hidden_negative_smi();  // Not a
constant.
you probably wanted to use it somewhere, but did not.

as it fails without w you can probably remove it.

Powered by Google App Engine
This is Rietveld 408576698