- Econo-JIT : This compiler has a very fast compilation time; but it produces un-optimized code - thus the program may start quickly but would run slow. This compiler is suitable for running scripts.
- Standard-JIT: This compiler has a slow compilation time; but it produces highly optimized code. Most of the times CLR would use this compiler to run your IL code.