Bug 107323
Summary: | JavaScriptCore fails to build if ENABLE(JIT) is false | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Huddleston Sequoia <jeremyhu> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jeremy Huddleston Sequoia
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jeremy Huddleston Sequoia
This was fixed at some point.