Categories

Updated: 05/31/2007

What is JIT

JIT (just-in-time) is a CLR s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled &"just in time,&" this component of the CLR is frequently referred to as a JITter or a JIT compiler.
©2019 A--9.com