What is 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

No comments:

Popular Posts