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

Issue 668154: Inlining NumberIfFinite (ia32). (Closed)

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

Description

Inlining NumberIfFinite (ia32).

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -1 line) Patch
M src/arm/codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +31 lines, -0 lines 1 comment Download
M src/mips/codegen-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
SeRya
NumberIsFinied is called ~6.5e5 times in SunSpider.
10 years, 9 months ago (2010-03-05 13:06:35 UTC) #1
Søren Thygesen Gjesse
10 years, 9 months ago (2010-03-08 12:00:48 UTC) #2
LGTM with comments

http://codereview.chromium.org/668154/diff/1/3
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/668154/diff/1/3#newcode6080
src/ia32/codegen-ia32.cc:6080: CpuFeatures::Scope use_cmov(CMOV);
If it makes sense to use cmov here then please implement the missing variant
taking a handle to avoid the additional move.

Powered by Google App Engine
This is Rietveld 408576698