Submitted by: pragadeshwaran
Pre,Ecno and Normal are the types of JIT found.
Pre: This JIT compiles the whole application.
Ecno : This JIT compiles the modules that is called at runtime.
Normal: This JIT compiles the modules that is called at runtime and keep it in cache memory.
Above answer was rated as good by the following members:
kapilsanchihar