Answer Posted / versha
jit is stands for just in time compiler
in case of compilation
source code ->language compiler->MSIL->JIT->native\machine
code
in case of compilation the source code is compiled by its
language compiler like in case of vb.net it is compiled by
its lanfuage comiler and then convert it in MSIL which jit
can understand and then jit compile itand convert it in
machine code
types of jit
1)pre-jit
it compile all methods at one time compilation
2)econo-jit
it compile only those methods which are cslled at run
time
3)normal jit
it compile only those methods which are called at run time
and the mthods which are compiled at one time that is kept
in cache and next time when that need it tack from cache
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is equivalent for regsvr32 exe in .net ?
Explain the process of serialization in .NET?
What is the intermediate language between asp and asp.net1.0?
Explain what is mutex?
What does jit do?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
what is prototype design pattern in .net
Will my .net app run on 64-bit windows?
What is the native image generator?
What is class library in .net
How is threading done in .net?
Explain what is reflection in microsoft .net context?
Is there any thread in our .net programs?
How big is the datatype int in .net?
What are the purposes of using .net?