What is MSIL

Answer Posted / rama

When compiling to managed code, the compiler translates
your source code into Microsoft intermediate language
(MSIL), which is a CPU-independent set of instructions that
can be efficiently converted to native code. MSIL includes
instructions for loading, storing, initializing, and
calling methods on objects, as well as instructions for
arithmetic and logical operations, control flow, direct
memory access, exception handling, and other operations.
Before code can be run, MSIL must be converted to CPU-
specific code, usually by a just-in-time (JIT) compiler.
Because the common language runtime supplies one or more
JIT compilers for each computer architecture it supports,
the same set of MSIL can be JIT-compiled and run on any
supported architecture.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is datatype conversion?

532


How to store decimal data in .net?

620


What are the various open source tool available for VB.NET?

550


Can you please explain the difference between int and int32?

548


What is the difference between c# and vb.net?

538






How would you implement inheritance using vb.net?

491


what is difference between namespace and assembly?

510


What is trace in vb.net?

563


What are the two main parts of .net?

547


Is vb.net a programming language?

514


What is normal jit?

592


Write the role of new keyword?

590


How to run a dos command in vb.net?

593


What is a static variable?

537


What is the advantages of VB.NET?

578