Wednesday, July 15, 2009

What are the different types of JITs in .NET ?


There are 3 types of JITs in .NET, they are

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



www.codecollege.NET

No comments:

Post a Comment