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

Issue 3381005: X64: Templating Smi-macros to use both Label and NearLabel. (Closed)

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

Description

X64: Templating Smi-macros to use both Label and NearLabel. Added some more uses of NearLabel.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+834 lines, -741 lines) Patch
M src/x64/code-stubs-x64.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/x64/ic-x64.cc View 7 chunks +7 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 12 chunks +778 lines, -31 lines 2 comments Download
M src/x64/macro-assembler-x64.cc View 24 chunks +45 lines, -699 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
10 years, 3 months ago (2010-09-15 13:10:53 UTC) #1
Rico
LGTM, but why are all the method implementations moved from macro-assembler-x64.cc to the header file? ...
10 years, 3 months ago (2010-09-16 06:32:15 UTC) #2
Lasse Reichstein
10 years, 3 months ago (2010-09-16 07:03:07 UTC) #3
The functions are moved to the .h file because they are templates.

http://codereview.chromium.org/3381005/diff/1/5
File src/x64/macro-assembler-x64.h (right):

http://codereview.chromium.org/3381005/diff/1/5#newcode1017
src/x64/macro-assembler-x64.h:1017: ASSERT_EQ(0, kSmiTag);
Nor is the function.
Function removed.

Powered by Google App Engine
This is Rietveld 408576698