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

Issue 173563: Use Arguments object in C builtins, instead of __argc__ and __argv__. (Closed)

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

Description

Use Arguments object in C builtins, instead of __argc__ and __argv__. Fix a stack-offset constant. Make Windows 64-bit stack 16-byte aligned. Committed: http://code.google.com/p/v8/source/detail?r=2772

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -53 lines) Patch
M src/builtins.cc View 1 2 14 chunks +32 lines, -49 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +5 lines, -2 lines 3 comments Download
M src/x64/frames-x64.h View 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
William Hesse
http://codereview.chromium.org/173563/diff/3/4 File src/builtins.cc (left): http://codereview.chromium.org/173563/diff/3/4#oldcode57 Line 57: // and they evaluate to undefined values if ...
11 years, 3 months ago (2009-08-27 08:36:08 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/173563/diff/3/4 File src/builtins.cc (right): http://codereview.chromium.org/173563/diff/3/4#newcode57 Line 57: // args.length(): Number of arguments including the ...
11 years, 3 months ago (2009-08-27 08:42:46 UTC) #2
William Hesse
11 years, 3 months ago (2009-08-27 11:16:26 UTC) #3
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/173563/diff/12/14 File src/platform-win32.cc (right): http://codereview.chromium.org/173563/diff/12/14#newcode1321 Line 1321: return 16; // C math library requires ...
11 years, 3 months ago (2009-08-27 11:18:14 UTC) #4
William Hesse
http://codereview.chromium.org/173563/diff/12/14 File src/platform-win32.cc (right): http://codereview.chromium.org/173563/diff/12/14#newcode1321 Line 1321: return 16; // C math library requires the ...
11 years, 3 months ago (2009-08-27 11:26:12 UTC) #5
Lasse Reichstein
11 years, 3 months ago (2009-08-27 11:35:28 UTC) #6
http://codereview.chromium.org/173563/diff/12/14
File src/platform-win32.cc (right):

http://codereview.chromium.org/173563/diff/12/14#newcode1321
Line 1321: return 16;  // C math library requires the stack to be 16-byte
aligned.
No, this is for all function calls in Win64.
See http://msdn.microsoft.com/en-us/library/ms235286.aspx

Powered by Google App Engine
This is Rietveld 408576698