How many types of the JIT (just-in-time) compiler? Tutorials & Tips ASP.NET

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)

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!