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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 04:12:22 PDT 2012


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

           Summary: Compilation failure on Windows-64 because of enabled
                    YARR_JIT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kai.koehne at digia.com


Compiling latest qtwebkit with Mingw-w64 compiler results in:


jit\ExecutableAllocatorFixedVMPool.cpp:34:22: fatal error: sys/mman.h: No such file or directory



This is because of change https://bugs.webkit.org/show_bug.cgi?id=91052 , where YARR_JIT gets now defined to 1 . This results in ASSEMBLER to be defined to 1, too, which causes ENABLE_EXECUTABLE_ALLOCATOR_FIXED to be defined to 1 ....


Following the reasoning in https://bugs.webkit.org/process_bug.cgi we shouldn't enable any JIT for WIndows-64.

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