[webkit-dev] Disabling the JIT
Oliver Hunt
oliver at apple.com
Tue Apr 27 14:20:06 PDT 2010
On Apr 27, 2010, at 2:10 PM, Nyx wrote:
> I also tried adding "#define ENABLE_JIT 0" at the top of the Interpreter.cpp
> file in JavaScriptCore. This builds, but produces a segmentation fault.
This would not work as you would end up with some parts of WebKit compiled with the jit enabled, and some not.
If you want to try forcing the jit to be disabled with a #define you need to do it in Platform.h
--Oliver
More information about the webkit-dev
mailing list