Saved Bookmarks
| 1. |
What is JIT |
|
Answer» JIT (JUST-IN-TIME) is a Compiler before MSIL be executed, it first converted to native code by .NET framework Just In Time(JIT) compiler, which runs on the same System on which the JIT Compiler is executing. Just-in-time (JIT) is a term that is used to describe any action like compilation or object activation that only happens when it is necessary. This term is associated mostly with software compilation. It is designed because it has features to be accessed on multiple PLATFORMS and it also has high speed. In Microsoft .NET there are three types of JIT (Just-In-Time) compilers :
|
|