[Webkit-unassigned] [Bug 137521] [WinCairo] Enable JIT on 32-bit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 10:21:39 PDT 2014


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





--- Comment #4 from Michael Saboff <msaboff at apple.com>  2014-10-08 10:21:34 PST ---
(In reply to comment #3)
> Did the jit used to require sse2? Wasn't the jit enabled before? Couldn't we check to see if the CPU supports sse2 and enable it at runtime? Shouldn't the apple port do this, too? I don't think this is a good idea

The LLInt and JITs use the SSE2 instructions for FP calculations.  We could check at runtime (patch welcome), but this should only be on a 32 bit path.

The Apple port doesn't need to check, all Intel Macs have new enough CPUs.

-- 
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