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

Issue 6647015: X64: Change kSmiConstantRegister to r12. (Closed)

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

Description

X64: Change kSmiConstantRegister to r12. We never use the smi register in places where it matters that r12 as a base register needs an extra SIB byte. Might as well free up the unencumbered r15 register instead. Committed: http://code.google.com/p/v8/source/detail?r=7113

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -62 lines) Patch
M src/x64/assembler-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 9 chunks +14 lines, -14 lines 0 comments Download
M src/x64/register-allocator-x64-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 9 chunks +28 lines, -28 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 9 months ago (2011-03-09 11:19:27 UTC) #1
William Hesse
9 years, 9 months ago (2011-03-09 14:05:18 UTC) #2
LGTM.  I assume you checked that r15 is callee saved on both linux 64 and Win64?

Powered by Google App Engine
This is Rietveld 408576698