.NET Framework Questions : What is JIT Compiler ?

JIT Compiler

JIT stands for Just in Time . JIT compiler converts MSIL code to runtime or machine code.

There are three basic types of JIT compiler :

  1. Pre JIT

  2. Econo JIT

  3. Normal JIT

Leave a Reply