Bug 40021 - Refactor bytecode generation for calls so that register for this & args are allocated together
Summary: Refactor bytecode generation for calls so that register for this & args are a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 12:41 PDT by Gavin Barraclough
Modified: 2010-12-20 22:35 PST (History)
1 user (show)

See Also:


Attachments
The patch (30.38 KB, patch)
2010-06-01 12:42 PDT, Gavin Barraclough
sam: 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 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.