Thursday, November 5, 2009

compilation And Execution

Now let us see how the code is compiled to final out put.
Source code is compiled by compiler to form MSIL. It contains code & metadata. This is also called assembly or DLL. This is compilation phase.
Int execution phase another compiler is used which is known as JIT Just In Compiler. This JIT compiler will convert this MSIL into final output.

No comments:

Post a Comment