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
www.codecollege.NET