[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 12:27:26 PDT 2015


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

--- Comment #2 from Michael Saboff <msaboff at apple.com> ---
I am able to reproduce this in both release and debug builds although the symptoms are a little different.

In a debug build, we are OSR exiting from a function due to BadType, but the real reason is that the tag registers (r14 & r15 on X86-64) do not have the tag constants.  it appears that they were not properly restored after a call (likely to an FTL function).  More debugging.

-- 
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/20150929/b5628aef/attachment.html>


More information about the webkit-unassigned mailing list