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

Issue 125185: X64: Implementation of a bunch of stubs, and some new opcodes. (Closed)

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

Description

X64: Implementation of a bunch of stubs, and some new opcodes.

Patch Set 1 #

Total comments: 17

Patch Set 2 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1067 lines, -107 lines) Patch
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 11 chunks +65 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 10 chunks +397 lines, -92 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 5 chunks +486 lines, -11 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Lasse Reichstein
Largish review.
11 years, 6 months ago (2009-06-16 13:11:25 UTC) #1
William Hesse
LGTM. The emit(0x40 ...) is the same as emit_rex_32(..), so use emit_rex_32( .. ) The ...
11 years, 6 months ago (2009-06-17 08:27:48 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/125185/diff/1/4 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/125185/diff/1/4#newcode1232 Line 1232: emit(0x40 | (dst.code() & 0x8) >> 1| (src.code() ...
11 years, 6 months ago (2009-06-17 09:37:11 UTC) #3
William Hesse
http://codereview.chromium.org/125185/diff/1/6 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/125185/diff/1/6#newcode670 Line 670: __ cmpq(rax, Immediate(0xc0000000)); On 2009/06/17 09:37:11, Lasse Reichstein ...
11 years, 6 months ago (2009-06-17 11:31:37 UTC) #4
Lasse Reichstein
New version uploaded, please recheck. http://codereview.chromium.org/125185/diff/1/6 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/125185/diff/1/6#newcode670 Line 670: __ cmpq(rax, Immediate(0xc0000000)); ...
11 years, 6 months ago (2009-06-17 11:37:10 UTC) #5
William Hesse
11 years, 6 months ago (2009-06-17 11:40:34 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698