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

Issue 6838012: Fix optimized code for Math.round on ia32 platform. (Closed)

Created:
9 years, 8 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix optimized code for Math.round on ia32 platform. Committed: http://code.google.com/p/v8/source/detail?r=7600

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -12 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 2 chunks +24 lines, -12 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
William Hesse
I will test the performance impact of using the sign flag test instead of the ...
9 years, 8 months ago (2011-04-13 09:37:39 UTC) #1
Lasse Reichstein
LGTM
9 years, 8 months ago (2011-04-13 09:45:02 UTC) #2
Vitaly Repeshko
9 years, 8 months ago (2011-04-13 21:16:34 UTC) #3
Drive-by comment.

http://codereview.chromium.org/6838012/diff/2001/src/ia32/lithium-codegen-ia3...
File src/ia32/lithium-codegen-ia32.cc (right):

http://codereview.chromium.org/6838012/diff/2001/src/ia32/lithium-codegen-ia3...
src/ia32/lithium-codegen-ia32.cc:2710: Label below_half, done;
I think you can use NearLabel here.

Powered by Google App Engine
This is Rietveld 408576698