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@lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev