1
Reply

What is a IL? Twist :- What is MSIL or CIL , What is JIT?

mani prabu

mani prabu

Sep 07, 2012
1.8k
0


    (IL)Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL
    (Common Intermediate Language). All .NET source code is compiled to IL. This IL is then
    converted to machine code at the point where the software is installed, or at run-time by a Just-In-
    Time (JIT) compiler.

    mani prabu
    September 07, 2012
    0