javascript-jit question
Hi,
The default configure (qt-everywhere-opensource-src-4.7.2) is build the JavaScriptCore JIT compiler.
If I use ‘-no-javascript-jit’ option, Will it affect QtWebkit performance?
How JavaScriptCore JIT compiler works?
How do I know whether JIT compiler works or not?
Thanks!
2 replies
Disabling just in time (JIT) compiler will surely affect QtWebKit performance in javascript related tasks.
You can get some numbers from this [webkit.sed.hu] blog
“Runnig time with different JavaScript execution models” table
You must log in to post a reply. Not a member yet? Register here!

