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 147141: X64 implementation: VisitUnaryOperation, configure dtoa for X64 platform. (Closed)

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

Description

X64 implementation: VisitUnaryOperation, configure dtoa for X64 platform. Committed: http://code.google.com/p/v8/source/detail?r=2268

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -2 lines) Patch
M src/dtoa-config.c View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +156 lines, -2 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
11 years, 6 months ago (2009-06-25 08:35:22 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/147141/diff/1/4 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/147141/diff/1/4#newcode1565 Line 1565: __ and_(answer.reg(), Immediate(~kSmiTagMask)); Use xor_(answer.reg(), Immediate(~kSmiTagMask)) instead. ...
11 years, 6 months ago (2009-06-25 09:32:44 UTC) #2
William Hesse
11 years, 6 months ago (2009-06-25 10:32:44 UTC) #3
Fixed.

Powered by Google App Engine
This is Rietveld 408576698