[Webkit-unassigned] [Bug 67826] JavaScriptCore does not have speculative->baseline OSR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 13:10:17 PDT 2011


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106943|0                           |1
        is obsolete|                            |




--- Comment #10 from Filip Pizlo <fpizlo at apple.com>  2011-09-10 13:10:17 PST ---
Created an attachment (id=106979)
 --> (https://bugs.webkit.org/attachment.cgi?id=106979&action=review)
the patch - fix build, fix web

This fixes build errors in release builds.  It also fixed websites that were broken (bing, gmail).  The fix for the latter involved dumping registers to scratch storage, if the destination in the register file for those registers overlapped virtual registers used by the DFG.  This is probably a rare case, so the cost of dumping to scratch storage in that case is unlikely to be high.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list