Types of JIT Compilers in .NET
There are 3 types of .Net Compilers present in .Net Framework. Pre-JIT (Compiles entire code into native code at one stretch . In .Net it is called as Ngen.exe) Ecno-JIT (Compiles code part by part freeing when required) Normal JIT (Compiles only that part of code when called and places in cache) Types of JIT [...]
Types of JIT Compilers in .NET is a post from: techpalle.com
Tags: native code, .Net Framework, JIT Compilers