What are the different types of JITs in .NET ?

Wednesday, July 15, 2009


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

0 comments

Post a Comment

LinkWithin

Blog Widget by LinkWithin

Recommended Books