Categorized | .NET Framework FAQ

Types of JIT Compilers in .NET

There are 3 types of .Net Compilers present in .Net Framework.

  • Pre-JIT (Compiles entire code into native code at one stretch . In .Net it is called as Ngen.exe)
  • Ecno-JIT (Compiles code part by part freeing when required)
  • Normal JIT (Compiles only that part of code when called and places in cache)
    EasyFreeAds Blog News Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

  • Leave a Reply