JIT compiler in C#

 

 

MSIL:

 

It is generated by the language specific compiler from the source code.

 

1.   MSIL stands for Microsoft Intermediate Language.

 

2.   MSIL also called as Intermediate Language (IL) or Common Intermediate Language (CIL).

 

3.   MSIL achieved in the form of .exe or .dll forms.

 

4.   A compiler is a computer program that translates one programming language code into another programming language.

 

 

JIT COMPILER:

             

JIT compiler responsible for convert MSIL into native code.

 

1.   JIT compiler stands for ‘Just in time compiler’.

 

2.   Native code means browser understandable code.

 


3.   JIT compiler is a part of .NET CLR.

 

 

 

 

 

 

 

Comments

Popular posts from this blog

.NET Framework Introducton

CLR with advantages and architectures

Definition and features of C#.