RESOLVED FIXED 125931
CStack Branch: getHostCallReturnValue shouldn't pop the callFrame
https://bugs.webkit.org/show_bug.cgi?id=125931
Summary CStack Branch: getHostCallReturnValue shouldn't pop the callFrame
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.