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

Issue 196118: X64: Abstract indexing by a smi to the macro assembler. (Closed)

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

Description

X64: Abstract indexing by a smi to the macro assembler.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -29 lines) Patch
M src/x64/codegen-x64.cc View 6 chunks +21 lines, -26 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 5 chunks +23 lines, -1 line 4 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +45 lines, -0 lines 2 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +3 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
Smallish review.
11 years, 3 months ago (2009-09-15 09:26:47 UTC) #1
William Hesse
http://codereview.chromium.org/196118/diff/1/3 File src/x64/macro-assembler-x64.cc (right): http://codereview.chromium.org/196118/diff/1/3#newcode1102 Line 1102: return SmiIndex(src, static_cast<ScaleFactor>(shift - kSmiTagSize)); How are we ...
11 years, 3 months ago (2009-09-15 10:12:08 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/196118/diff/1/3 File src/x64/macro-assembler-x64.cc (right): http://codereview.chromium.org/196118/diff/1/3#newcode1102 Line 1102: return SmiIndex(src, static_cast<ScaleFactor>(shift - kSmiTagSize)); We should make ...
11 years, 3 months ago (2009-09-15 10:39:08 UTC) #3
William Hesse
11 years, 3 months ago (2009-09-15 10:59:55 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698