[Webkit-unassigned] [Bug 97772] Compilation failure on Windows-64 because of enabled YARR_JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 05:05:32 PDT 2012


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


Kai Koehne <kai.koehne at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166216|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Kai Koehne <kai.koehne at nokia.com>  2012-09-28 05:05:57 PST ---
Created an attachment (id=166216)
 --> (https://bugs.webkit.org/attachment.cgi?id=166216&action=review)
Disables YARR_JIT for Windows 64

It's still a sentence, though a longer one ;)

I'm not sure whether Assembler/JIT is not available on Windows 64 bit in principle, or if it's just the mmap.h dependency that breaks it. However, the enabling of yarr_jit on Windows was done most probably by accident by the patch enabling llint, and this patch just reverts to the original behavior (no jit, no yarr_jit, no assembler on windows 64 bit) .

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