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

Issue 49037: Change the arguments access stub to take both arguments in registers... (Closed)

Created:
11 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change the arguments access stub to take both arguments in registers rathern than one in a register and one on the stack. Fix a stack height bug in the case that the arguments access stub hit its slow case. Committed: http://code.google.com/p/v8/source/detail?r=1620

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -17 lines) Patch
M src/codegen-ia32.cc View 4 chunks +25 lines, -17 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-26 12:42:02 UTC) #1
Kevin Millikin (Chromium)
http://codereview.chromium.org/49037/diff/1/2 File src/codegen-ia32.cc (right): http://codereview.chromium.org/49037/diff/1/2#newcode6345 Line 6345: __ int3(); Oops. Removed.
11 years, 9 months ago (2009-03-26 12:45:00 UTC) #2
Mads Ager (chromium)
11 years, 9 months ago (2009-03-26 12:49:52 UTC) #3
LGTM!

Powered by Google App Engine
This is Rietveld 408576698