Monday, 5 August 2013

COMPILER

JIT (Just–in-Time Compiler) & Debugging 



The .NET Runtime ships with a Just-In-Time (JIT or JITter) compiler, which will convert
the MSIL code in to the native code (CPU Specific executable code). So whatever code
we write will be complied in to MSIL format and the JIT takes over when you run it.

No comments:

Post a Comment