RESOLVED FIXED22839
Replace emitPutCallArg methods with emitPutJITStubArg methods.
https://bugs.webkit.org/show_bug.cgi?id=22839
Summary Replace emitPutCallArg methods with emitPutJITStubArg methods.
Gavin Barraclough
Reported 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.
Attachments
The patch (51.48 KB, patch)
2008-12-12 19:53 PST, Gavin Barraclough
zwarich: review+
Gavin Barraclough
Comment 1 2008-12-12 19:53:39 PST
Created attachment 25996 [details] The patch
Cameron Zwarich (cpst)
Comment 2 2008-12-12 21:23:45 PST
Comment on attachment 25996 [details] The patch r=me
Gavin Barraclough
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.