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 methos do you invoke on the dataadapter control to load your generated dataset with data?

560


Explain how to stop a thread?

625


Do you know what's the difference between .net and laravel?

563


Should I use readerwriterlock instead of monitor.enter/exit?

543


Can "this" be used within a static method?

576






How to get the number after decimal point in .net?

572


How will you make .NET programs work in Linux ?

1493


Define code access security (cas)?

578


What are the improvements made in cas in .net 4.0?

521


Explain code access security.

600


What is Ajax design pattern in .NET?

660


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

545


What are two different types of remote object creation mode in .net?

554


How com+ related to the dna architecture?

592


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

512