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 option strict?

545


Described strong typing

563


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1698


What are the types of generations in garbage collector?

526


what is the advantage of option strict on?

600






What is the importance of a Button control?

864


what is intermediate language?

602


What is private assembly?

511


What are the differences between server-side and client-side code?

525


What is sorting in vb?

516


Explain enumerator?

514


Explain and brief about rapid application development tool?

583


Tell me how many .net languages can a single .net dll contain?

513


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.

3104


Explain managed code?

525