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

Issue 146082: X64 implementation: comparison operations. (Closed)

Created:
11 years, 6 months ago by William Hesse
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

X64 implementation: comparison operations. Committed: http://code.google.com/p/v8/source/detail?r=2264

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 23

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+657 lines, -30 lines) Patch
M src/x64/assembler-x64.h View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 1 chunk +19 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 chunks +586 lines, -22 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
11 years, 6 months ago (2009-06-24 11:46:26 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/146082/diff/1012/17 File src/x64/assembler-x64.h (right): http://codereview.chromium.org/146082/diff/1012/17#newcode1086 Line 1086: const Operand& dst, Indentation seems off. http://codereview.chromium.org/146082/diff/1012/17#newcode1089 ...
11 years, 6 months ago (2009-06-24 13:27:27 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/146082/diff/1012/14 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/146082/diff/1012/14#newcode525 Line 525: // Use 64-bit mode byte registers. Do you ...
11 years, 6 months ago (2009-06-24 14:29:15 UTC) #3
William Hesse
11 years, 6 months ago (2009-06-25 15:31:46 UTC) #4
http://codereview.chromium.org/146082/diff/1012/17
File src/x64/assembler-x64.h (right):

http://codereview.chromium.org/146082/diff/1012/17#newcode1086
Line 1086: const Operand& dst,
On 2009/06/24 13:27:27, Mads Ager wrote:
> Indentation seems off.

Done.

http://codereview.chromium.org/146082/diff/1012/17#newcode1089
Line 1089: Register dst,
On 2009/06/24 13:27:27, Mads Ager wrote:
> Identation again.

Done.

http://codereview.chromium.org/146082/diff/1012/19
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/146082/diff/1012/19#newcode1630
Line 1630: __ testq(answer.reg(), Immediate(kSmiTagMask));
On 2009/06/24 13:27:27, Mads Ager wrote:
> testl to make it consistent with the rest of the code (after my changes).

Done.  Changed everywhere it occurs.

http://codereview.chromium.org/146082/diff/1012/19#newcode3742
Line 3742: __ movl(rax, FieldOperand(rdx, HeapNumber::kValueOffset));
On 2009/06/24 13:27:27, Mads Ager wrote:
> movq?

Done.

http://codereview.chromium.org/146082/diff/1012/19#newcode3907
Line 3907: __ movl(kScratchRegister, FieldOperand(object,
HeapObject::kMapOffset));
On 2009/06/24 13:27:27, Mads Ager wrote:
> movq?

Done.

Powered by Google App Engine
This is Rietveld 408576698