|
|
|
|
|
by loumf
5024 days ago
|
|
The difference is that iOS allows Mobile Safari to turn memory areas into code pages, which is what you need to do to JIT JavaScript. It doesn't trust other apps not to be able to exploit that somehow, so UIWebView is not allowed to do this. |
|
I believe webkit (either in safari or UIWebView) should be able to run JIT, while your custom engine can't.