[Webkit-unassigned] [Bug 188476] Disable JIT on IA-32 without SSE2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 11 15:03:59 PDT 2018


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

--- Comment #10 from karogyoker2+webkit at gmail.com ---
I think we need to remove OS(WINDOWS) from here:
https://github.com/WebKit/webkit/blob/89aab857234c36c97bc0696c7d5bc03b475b6c6b/Source/JavaScriptCore/runtime/Options.cpp#L52

Maybe now it works only because something else is including MacroAssemblerX86.h but normally MacroAssembler.h would include it. Maybe the headers are included because of the source files are unified.

This line would need MacroAssemblerX86.h to be included:
MacroAssemblerX86::supportsFloatingPoint()

What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180811/5f922af1/attachment-0001.html>


More information about the webkit-unassigned mailing list