Changeset 37406 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Oct 7, 2008, 9:56:38 PM (17 years ago)
Author:
[email protected]
Message:

Switch CTI runtime calls to the fastcall calling convention

Reviewed by Cameron Zwarich

Basically this means that we get to store the argument for CTI
calls in the ECX register, which saves a register->memory write
and subsequent memory->register read.

This is a 1.7% progression in SunSpider and 2.4% on commandline
v8 tests on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.