What is JIT, what are types of JITS and their purpose ?

Answer Posted / santosh

There are three types of JIT copilers.

Pre-JIT. Pre-JIT compiles complete source code into native
code in a single compilation
cycle. This is done at the time of deployment of the
application.

Econo-JIT. Econo-JIT compiles only those methods that are
called at runtime.
However, these compiled methods are removed when they are
not required.

Normal-JIT. Normal-JIT compiles only those methods that are
called at runtime.
These methods are compiled the first time they are called,
and then they are stored in
cache. When the same methods are called again, the compiled
code from cache is
used for execution.

Is This Answer Correct ?    35 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of master page?

512


How many types of cookies are there in asp.net?

533


When should I use server transfer and response redirect?

508


Can more than one person use the same login?

570


What are the various types of cookies in asp.net?

538






What is aspect-oriented programming?

539


What are the differnt types of handler in ASP.NET?

530


Explain difference between dataset and datareader?

602


Is asp.net mvc front end or backend? : Asp.Net MVC

488


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

563


What is application Object?

591


A Web Service Can Only Be Written In .net. Is it True??

633


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4244


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1564


How can we Validate a Controls in ASP.NET page using JavaScript?

628