[webkit-dev] How to enable or disable jit when building QtWebKit
Filip Pizlo
fpizlo at apple.com
Mon Mar 12 00:15:03 PDT 2012
I believe that QtWebKit has the JSC JIT enabled by default.
The way I disable the JIT if I need to is:
1) Open Source/JavaScriptCore/wtf/Platform.h
2) Insert the line "#define ENABLE_JIT 0" right after the "#include <wtf/Compiler.h>"
-F
On Mar 11, 2012, at 11:57 PM, Yongbing Huang wrote:
> Hi all,
>
> I’m a freshman. I wonder whether the QtWebKit has already support disable or enable JIT through setting building parameters?
>
>
> Best regards,
>
> Yongbing Huang
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120312/5788a3c3/attachment.html>
More information about the webkit-dev
mailing list