Re: [webkit-dev] How to enable or disable jit when building QtWebKit

2012-03-12 Thread Filip Pizlo
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 " -F On Mar 11, 2012, at 11:57 PM, Yongbing Huang wrote: > Hi all, > >

[webkit-dev] How to enable or disable jit when building QtWebKit

2012-03-11 Thread Yongbing Huang
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:/