Bug 125903

Summary: CStack Branch: Fix varargs calls to work on C stack
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch fpizlo: review+

Description Michael Saboff 2013-12-17 18:33:04 PST
Calls to vararg functions need to set the stack pointer after the calleeFrame if calculated and before the call to loadVarargs().  Also, the computing of vararg callee frames need to be stack aligned.
Comment 1 Michael Saboff 2013-12-17 18:36:18 PST
Created attachment 219486 [details]
Patch
Comment 2 Michael Saboff 2013-12-17 19:42:47 PST
Committed r160746: <http://trac.webkit.org/changeset/160746>