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+

Michael Saboff
Reported 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.
Attachments
Patch (8.77 KB, patch)
2013-12-17 18:36 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2013-12-17 18:36:18 PST
Michael Saboff
Comment 2 2013-12-17 19:42:47 PST
Note You need to log in before you can comment on or make changes to this bug.