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

Issue 6755009: ARM: Check for minus zero when converting binary operation result to smi (Closed)

Created:
9 years, 9 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Check for minus zero when converting binary operation result to smi The result of an Int32 binary operation will be converted to a smi if it fits. However a minus zero check was missing. BUG=v8:1278 TEST=test/mjsunit/regress/regress-1278.js R=ager@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=7399

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -0 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-1278.js View 1 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
9 years, 9 months ago (2011-03-28 17:58:24 UTC) #1
Mads Ager (chromium)
9 years, 9 months ago (2011-03-29 07:26:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698