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

Issue 115567: X64: Move some methods in x64/ to their file and make codegen do int3. (Closed)

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

Description

X64: Move some methods in x64/ to their file and make codegen do int3.

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+600 lines, -457 lines) Patch
M src/x64/assembler-x64.cc View 7 chunks +128 lines, -457 lines 3 comments Download
M src/x64/builtins-x64.cc View 1 chunk +37 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +210 lines, -0 lines 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +150 lines, -0 lines 1 comment Download
M src/x64/macro-assembler-x64.cc View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein
Review please.
11 years, 7 months ago (2009-05-20 13:00:22 UTC) #1
Lasse Reichstein
Apologies to laforge for miscompletion.
11 years, 7 months ago (2009-05-20 13:03:27 UTC) #2
Dean McNamee
Ok with me http://codereview.chromium.org/115567/diff/1/2 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/115567/diff/1/2#newcode50 Line 50: *pc_++ = (x) really needs ...
11 years, 7 months ago (2009-05-20 13:09:42 UTC) #3
William Hesse
It looks like pc(), a byte*, is being used to hold an int offset, which ...
11 years, 7 months ago (2009-05-20 13:13:48 UTC) #4
Lasse Reichstein
11 years, 7 months ago (2009-05-20 14:25:42 UTC) #5
http://codereview.chromium.org/115567/diff/1/2
File src/x64/assembler-x64.cc (right):

http://codereview.chromium.org/115567/diff/1/2#newcode221
Line 221: int32_t* p = reinterpret_cast<int32_t*>(it.rinfo()->pc());
Actually, it's not the pointer that is treated as an int32_t, but what it points
to. This should be safe, if relocation data are still integers.

Powered by Google App Engine
This is Rietveld 408576698