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

Issue 149063: X64 implementation: Add arguments object to context when needed. (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: Add arguments object to context when needed. Committed: http://code.google.com/p/v8/source/detail?r=2279

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -1 line) Patch
M src/x64/codegen-x64.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +132 lines, -1 line 2 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
11 years, 6 months ago (2009-06-26 08:19:20 UTC) #1
Lasse Reichstein
11 years, 6 months ago (2009-06-26 08:27:48 UTC) #2
LGTM

http://codereview.chromium.org/149063/diff/1/2
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/149063/diff/1/2#newcode255
Line 255: // esi: callee's context
64-bit register names.

http://codereview.chromium.org/149063/diff/1/2#newcode280
Line 280: __ Assert(equal, "Runtime::NewContext should end up in esi");
rsi

Powered by Google App Engine
This is Rietveld 408576698