How many types of JIT
Three types.
- 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)
.Net Framework FAQ, contains collection of commonly asked question for .Net Framework.
For .Net Articles, Links, Code and much more logon to DailyFreeCode.com
Three types.