Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Thursday, April 24, 2008

In Dot Net What are different type of JIT ?

In .NET there are three types of JIT ( Just In Time ) compilers.

  • Pre-JIT (Compiles entire code into native code at one stretch)
  • Ecno-JIT (Compiles code part by part freeing when required)
  • Normal JIT (Compiles only that part of code when called and places in cache)

No comments:

Archives