In .NET there are three types of JIT ( Just In Time ) compilers.
- 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)
No comments:
Post a Comment