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

Issue 164056: X64: Implement inline trigonometric operations. (Closed)

Created:
11 years, 4 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

X64: Implement inline trigonometric operations. Committed: http://code.google.com/p/v8/source/detail?r=2638

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -53 lines) Patch
M src/x64/codegen-x64.cc View 5 chunks +121 lines, -53 lines 3 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
11 years, 4 months ago (2009-08-06 12:33:06 UTC) #1
Lasse Reichstein
11 years, 4 months ago (2009-08-06 12:49:39 UTC) #2
LGTM

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

http://codereview.chromium.org/164056/diff/1/2#newcode178
Line 178: static void LoadFloatOperand(MacroAssembler* masm, Register scratch);
Add an empty line after declarations.

http://codereview.chromium.org/164056/diff/1/2#newcode214
Line 214: // Test if operands are smi or number objects (fp). Requirements:
Unclear whether it tests (is smi or is heapnumber) or just whether it is a
heapnumber.

http://codereview.chromium.org/164056/diff/1/2#newcode3618
Line 3618: __ sahf();
Using sahf is theoretically unsafe (not supported on some early x64 chips).

Powered by Google App Engine
This is Rietveld 408576698