What is JIT and how is works?

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


Please Help Members By Posting Answers For Below Questions

Which namespace is require to used XML in .NET?

580


How does u handle this COM components developed in other programming languages in .NET?

1652


What are the similarities and difference between class and structure in .net?

503


What is the difference between odbc and ado?

525


What are data types in .NET?

636






Describe the programming model of a windows service

518


What is garbage collection in .net? Explain the garbage collection process?

546


Explain dataset.acceptchanges and dataadapter.update methods in .net?

540


What do you mean by web service?

613


Explain the procedure to add assemly to gac to make it shared one?

543


How will you load an assembly which is not referenced by current assembly?

522


How to implement CAS in .Net?

2358


Why you want to leave your previous company.

1567


What tools can I use to develop .net applications?

549


What do the terms “boxing” and “unboxing” mean?

518