54.

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