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
How do you use two datareaders at the same time in a vb.net windows application ?
What are the advantages of migrating to vb.net?
How many languages are supported by .net?
Tell me how many .net languages can a single .net dll contain?
Is vb.net dead?
What would you do to remove microsoft visual basic name space?
Explain the advantages of migrating to vb.net?
What is redim keyword and its use?
What is the use of console application?
How to view an assembly?
Explain the difference between system.string and system.stringbuilder classes?
What is static member?
how to get dynamic control array position or its index position?
What is visual basic.net culture?
Explain about visual basic.net?