How many types of Compilers CLR using for Converting Native code?
Three Types
Just-in-Time (JIT)
Pre –JIT
Econo-JIT
Normal-JIT
Pre-JIT:
Pre-JIT complies complete source code into native code in a single compilation cycle.Its hapeen at the time of deployment.
Econo-JIT:-
Econo-JIT compiles only those methods which are called at runtime and these methods are removed when these are not required.
Normal-JIT:-
Compiles method that is called on runtime. These methods are called first time they are compiled and then stored in cache.
Three Types
Just-in-Time (JIT)
Pre –JIT
Econo-JIT
Normal-JIT
Pre-JIT:
Pre-JIT complies complete source code into native code in a single compilation cycle.Its hapeen at the time of deployment.
Econo-JIT:-
Econo-JIT compiles only those methods which are called at runtime and these methods are removed when these are not required.
Normal-JIT:-
Compiles method that is called on runtime. These methods are called first time they are compiled and then stored in cache.
No comments:
Post a Comment