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

Issue 5667: In the code generator, avoid loading the arguments object to the... (Closed)

Created:
12 years, 2 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

In the code generator, avoid loading the arguments object to the expression stack when it is already there. Also, cleanup up the (two!) extra copies of the arguments object left on the stack. Committed: http://code.google.com/p/v8/source/detail?r=410

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -28 lines) Patch
M src/codegen-arm.cc View 1 chunk +11 lines, -15 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +19 lines, -13 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
12 years, 2 months ago (2008-10-02 12:16:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698