Bug 125931

Summary: CStack Branch: getHostCallReturnValue shouldn't pop the callFrame
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 ggaren: review+

Michael Saboff
Reported 2013-12-18 10:52:23 PST
Given that getHostCallReturnValue() is called after the return of a slow path function and that return will pop the callee frame, there is no need to pop the callee frame in getHostCallReturnValue.
Attachments
Patch (3.73 KB, patch)
2013-12-18 10:56 PST, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2013-12-18 10:56:31 PST
Geoffrey Garen
Comment 2 2013-12-18 11:46:40 PST
Comment on attachment 219549 [details] Patch r=me
Michael Saboff
Comment 3 2013-12-18 11:51:11 PST
Note You need to log in before you can comment on or make changes to this bug.