Please visit DEMANDDRAFT.SHOP for quality of products...

Ad

Search This Blog

Wednesday, December 26, 2012

Types of JIT in Dotnet Framework


Types of Jit : 
  • Prejit,
  • Ecno jit,
  • Normal jit


Pre jit : convert source code to native code in single completion of cycle.Normally this can be done at the time of deployment.

Econo jit : coverts the only called methods to native code,however it can be removed when are not required.

Normal jit : compliled the called methods to native code.In the the methods can be compiles for the first time.For latter calls it can be displayed using cached items.

No comments:

Post a Comment