Bug 22839 - Replace emitPutCallArg methods with emitPutJITStubArg methods.
Summary: Replace emitPutCallArg methods with emitPutJITStubArg methods.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 19:53 PST by Gavin Barraclough
Modified: 2008-12-12 21:25 PST (History)
0 users

See Also:


Attachments
The patch (51.48 KB, patch)
2008-12-12 19:53 PST, Gavin Barraclough
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-12-12 19:53:16 PST
Primarily to make the argument numbering more sensible (1-based incrementing by 1, rather than 0-based incrementing by 4).  The CTI name also seems to be being deprecated from the code generally.
Comment 1 Gavin Barraclough 2008-12-12 19:53:39 PST
Created attachment 25996 [details]
The patch
Comment 2 Cameron Zwarich (cpst) 2008-12-12 21:23:45 PST
Comment on attachment 25996 [details]
The patch

r=me
Comment 3 Gavin Barraclough 2008-12-12 21:25:31 PST
Sending        JavaScriptCore/ChangeLog
Sending        JavaScriptCore/jit/JIT.cpp
Sending        JavaScriptCore/jit/JIT.h
Sending        JavaScriptCore/jit/JITArithmetic.cpp
Sending        JavaScriptCore/jit/JITCall.cpp
Sending        JavaScriptCore/jit/JITInlineMethods.h
Sending        JavaScriptCore/jit/JITPropertyAccess.cpp
Transmitting file data .......
Committed revision 39268.