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

Answer Posted / pallavi jadhav

Just In Time compiler is another important term in CLR.This
means that take action as soon as request comes.This term
is taken form china people.They dontkeep anything in
inventory. So whenever a resquest for any item arises, they
purches that item & give to requester; this operation is
called as Just In Time.
The MSIL, which we canview using ILDASM, is passed to
CLR,When JIT encounters call to particular method, which
get converted into Native Code.
There are three types of JIT Compiler.
Standard JIT
Pre-JIT
ECONJIT

Is This Answer Correct ?    6 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the observations between vb.net and vc#.net?

532


What is difference between inline and code behind?

519


Tell me which namespace are used for accessing the data?

525


How would you implement inheritance using vb.net?

512


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

3112






What is sealed class?

603


Explain about the keyword must inherit?

581


what is intermediate language?

610


Which classes a dll can contain?

533


what is commom language runtime?

555


Explain the difference between system.string and system.stringbuilder classes?

537


How to retrieve images in sql server database through vb.net?

525


What do you understand by vb.net?

614


What’s the difference between private and shared assembly?

689


How to store images in sql server database through vb.net?

505