Quote Originally Posted by wysota View Post
I would assume the Trolls will want V4 to be as fast as V8. Since it's JIT, execution speed (of the compiled code at least) should be similar.
According to the blog post linked on the previous page one of the problems of v8 is that is JIT and on windows RT this does not work as you cant write a memory block and make it executable.
So to my understanding V4 will have to be an interpreter.

Cheers