What is JIT(Just In Time) and How it works?

Answer Posted / megha

JIT is a program which compiles MSIL to machine code,
without this .net has no path to machine code.
Types:
Standard JIT: It produces highly optimized machine code and
it caches the code in case it need to access
again.Compilation of IL to native code is very slow however
it produces native code very fast. To make it fast machine
use lot of Ram.
Econo JIT:This is designed for small system which donot
have lot of RAM.But it Produces the code which is not
optimal and also it donot cache the code.

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between import system.data.sqlclient and system.data.oledb?

512


what is interface and when it is used?

1833


What is internal keyword in .net framework?

632


What is the main use of a namespace?

515


Explain cts?

536






How does vb.net achieve polymorphism?

544


What are the different variables in vb.net?

522


Which is the base class for all the classes in .net framework?

568


Explain how to send xml file on server using http protocol?

501


Explain trace in vb.net?

523


How to send xml file on server using http protocol?

542


what is commom language runtime?

557


Define manifest?

541


Explain the difference between value and reference types?

459


Write a program to find all text files in a logical drive and return the count of the number of files?

2277