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

Issue 126192: Avoid going into runtime system for round-towards-zero operations on ARM. (Closed)

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

Description

Avoid going into runtime system for round-towards-zero operations on ARM. Committed: http://code.google.com/p/v8/source/detail?r=2182

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -19 lines) Patch
M src/arm/codegen-arm.cc View 4 chunks +41 lines, -10 lines 1 comment Download
M test/mjsunit/date-parse.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/toint32.js View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
11 years, 6 months ago (2009-06-16 08:17:16 UTC) #1
William Hesse
11 years, 6 months ago (2009-06-16 09:33:16 UTC) #2
LGTM.

http://codereview.chromium.org/126192/diff/1/2
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/126192/diff/1/2#newcode4719
Line 4719: // label if the double isn't in the range -0x80000000 to 0x80000000
(excluding
the label slow

Powered by Google App Engine
This is Rietveld 408576698