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

Issue 6262: Improve performance of arguments object allocation by taking... (Closed)

Created:
12 years, 2 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Improve performance of arguments object allocation by taking care of arguments adaptor frames in the generated code. Committed: http://code.google.com/p/v8/source/detail?r=434

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -87 lines) Patch
M src/codegen.h View 1 chunk +27 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 9 chunks +41 lines, -43 lines 1 comment Download
M src/codegen-ia32.cc View 9 chunks +40 lines, -44 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +23 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kasper Lund
12 years, 2 months ago (2008-10-06 05:44:02 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/6262/diff/1/6 File src/codegen-arm.cc (right): http://codereview.chromium.org/6262/diff/1/6#newcode592 Line 592: __ add(r1, fp, Operand((2 + scope->num_parameters()) * kPointerSize)); ...
12 years, 2 months ago (2008-10-06 06:05:59 UTC) #2
Mads Ager (chromium)
12 years, 2 months ago (2008-10-06 06:06:10 UTC) #3
And LGTM by the way. :-)

Powered by Google App Engine
This is Rietveld 408576698