Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Saturday, July 07, 2007
How many types of JIT
How many types of JIT
Three types. 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