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

Issue 42598: The code generator doesn't need to put the argument count in eax for... (Closed)

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

Description

The code generator doesn't need to put the argument count in eax for call ICs. Refactor CallRuntime on ARM to match the structure of IA32. Update some comments. Committed: http://code.google.com/p/v8/source/detail?r=1607

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -32 lines) Patch
M src/codegen-arm.cc View 2 chunks +13 lines, -17 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/virtual-frame.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-25 10:27:28 UTC) #1
William Hesse
11 years, 9 months ago (2009-03-25 10:49:26 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698