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

Issue 123018: X64 implementation starts using virtual frame and register allocators. (Closed)

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

Description

X64 implementation starts using virtual frame and register allocators. Committed: http://code.google.com/p/v8/source/detail?r=2146

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -135 lines) Patch
M src/SConscript View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 6 chunks +17 lines, -120 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 4 chunks +130 lines, -4 lines 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/x64/register-allocator-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/register-allocator-x64-inl.h View 1 2 chunks +5 lines, -7 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 1 chunk +167 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
11 years, 6 months ago (2009-06-11 12:58:22 UTC) #1
Lasse Reichstein
LGTM, to the amount that I understand about virtual frames. http://codereview.chromium.org/123018/diff/1/4 File src/x64/assembler-x64.cc (left): http://codereview.chromium.org/123018/diff/1/4#oldcode1698 ...
11 years, 6 months ago (2009-06-11 13:05:56 UTC) #2
William Hesse
11 years, 6 months ago (2009-06-12 13:59:49 UTC) #3
http://codereview.chromium.org/123018/diff/1/4
File src/x64/assembler-x64.cc (left):

http://codereview.chromium.org/123018/diff/1/4#oldcode1698
Line 1698: }
On 2009/06/11 13:05:56, Lasse Reichstein wrote:
> We really should move all these to their appropriate file now.

Moved most of them.  Some of them do not yet have the appropriate files in the
x64 directory.

http://codereview.chromium.org/123018/diff/1/5
File src/x64/virtual-frame-x64.cc (right):

http://codereview.chromium.org/123018/diff/1/5#newcode57
Line 57: // Registers live on entry: rsp, rbp, rsi, rdi.
On 2009/06/11 13:05:56, Lasse Reichstein wrote:
> What do the live registers hold? (At least the ones used in this function)

Done.

http://codereview.chromium.org/123018/diff/1/5#newcode61
Line 61: // Verify that edi contains a JS function.  The following code
On 2009/06/11 13:05:56, Lasse Reichstein wrote:
> edi -> rdi

Done.

Powered by Google App Engine
This is Rietveld 408576698