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
What is code access security?
What is the difference between c# and vb.net?
List the types of generations in garbage collector?
What is misl code?
What is the Advantage of vb.net over vb
Explain public assembly?
How vb implements the disconnected architecture as like vb.net?
Name some of the keywords used in vb.net?
Explain the difference between vb 6 and vb.net?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What is break mode? What are the options to step through code?
What are the different types of applications supported in .net (or) .net framework?
Explain private assembly?
how many server control present in .net
Name some of the features present in vb 2005?