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

Issue 545108: X64 implementation of native ascii string compare. (Closed)

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

Description

X64 implementation of native ascii string compare.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -4 lines) Patch
M src/x64/assembler-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +22 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +191 lines, -3 lines 2 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
Please review.
10 years, 11 months ago (2010-01-18 08:31:30 UTC) #1
Søren Thygesen Gjesse
LGTM I like giving scratch registers names. In a separate change: Consider porting some of ...
10 years, 11 months ago (2010-01-18 09:58:01 UTC) #2
Lasse Reichstein
10 years, 11 months ago (2010-01-18 10:33:02 UTC) #3
I'll make a macro for testing whether two elements are
non-sequential-ascii-strings immediately. I disliked the duplicated code
already.

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

http://codereview.chromium.org/545108/diff/1/3#newcode8274
src/x64/codegen-x64.cc:8274: __ Move(rax, Smi::FromInt(0));
Fixed

Powered by Google App Engine
This is Rietveld 408576698