Bug 124019 - Remove spilling of argument registers to stack for OS(WINDOWS) in callToJavaScript thunk
Summary: Remove spilling of argument registers to stack for OS(WINDOWS) in callToJavaS...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 16:01 PST by Michael Saboff
Modified: 2013-11-21 17:55 PST (History)
0 users

See Also:


Attachments
Patch (1.61 KB, patch)
2013-11-07 16:03 PST, Michael Saboff
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-11-07 16:01:57 PST
The spilling of argument registers to stack for OS(WINDOWS) is no longer needed.
Comment 1 Michael Saboff 2013-11-07 16:03:59 PST
Created attachment 216340 [details]
Patch
Comment 2 Michael Saboff 2013-11-21 17:55:50 PST
This patch is no longer needed as the thunk has been moved to a stub generated in the LLInt.  There we don't spill the arguments.