Categories

Updated: 03/01/2008

How many types of the JIT (just-in-time) compiler?

There are three types JIT (just-in-time) compiler. Those are as follows * Pre-JIT compiler (Compiles entire code into native code completely) * Econo JIT compiler (Compiles code part by part freeing when required) * Normal JIT compiler (Compiles only that part of code when called and places in cache)
©2019 A--9.com