Bug 40021

Summary: Refactor bytecode generation for calls so that register for this & args are allocated together
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The patch sam: review+

Description Gavin Barraclough 2010-06-01 12:41:08 PDT
This is a useful stepping stone towards reversing argument order.
Comment 1 Gavin Barraclough 2010-06-01 12:42:34 PDT
Created attachment 57581 [details]
The patch
Comment 2 Sam Weinig 2010-06-01 12:47:29 PDT
Comment on attachment 57581 [details]
The patch

r=me, though I think it would be better if CallArguments were a class instead of a struct.
Comment 3 Eric Seidel (no email) 2010-09-02 13:49:53 PDT
I assume this was landed?  webkit-patch mark-bug-fixed will close bugs for you (and update them with links) even if you land w/o using webkit-patch.
Comment 4 Eric Seidel (no email) 2010-12-20 22:35:26 PST
Please re-open if I'm wrong.