[Webkit-unassigned] [Bug 149621] REGRESSION(r190289): It made Speedometer/Full.html performance test fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 22:38:38 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149621

Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |msaboff at apple.com
                   |kit.org                     |

--- Comment #5 from Michael Saboff <msaboff at apple.com> ---
A little more detail.  We are calling a function that makes a varargs tail call.  When the FTL makes a tail call and it needs to take the slow path, it doesn't properly restore the callee save registers.  Moved the restoration of callee saves to common path before deciding to take the fast or slow path.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150930/75243f7d/attachment.html>


More information about the webkit-unassigned mailing list