Friday 30 September 2011

What are different types of JIT?


Pre-JIT (Compiles entire code into native code at one stretch)
Ecno-JIT (Compiles code part by part freeing when required)
Normal JIT (Compiles only that part of code when called and places in   cache)

No comments:

Post a Comment