[Webkit-unassigned] [Bug 107323] New: JavaScriptCore fails to build if ENABLE(JIT) is false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 13:54:45 PST 2013


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

           Summary: JavaScriptCore fails to build if ENABLE(JIT) is false
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyhu at apple.com


webkitgtk-1.11.4 fails to build on darwin with --disable-jit

:info:build Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:80:26: error: no member named 'intrinsicFor' in 'JSC::ExecutableBase'
:info:build     return m_executable->intrinsicFor(kind);
:info:build            ~~~~~~~~~~~~  ^
:info:build 115 warnings and 1 error generated.

Source/JavaScriptCore/runtime/Executable.h declares intrinsicFor inside of an #if ENABLE(JIT) block.

---

darwin needs to build --disable-jit because of bug #99732

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