|
Description: 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)
|