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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to