In Microsoft .NET there are three types of JIT compilers:
Pre-JIT :- When an application is being deployed, the Pre-JIT complier compiles the complete source code into a local code in a single compilation cycle.
Econo-JIT :- Econo-JIT compiles only those methods that are called at runtime...