Types of JIT and what is econo-JIT ?

Answer Posted / ankita

PRE-JIT: Pre-JIT compiles source code into native code in a
single compilation cycle.

ECONO-JIT: It 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 called again, the compiled code from
cache is used for execution.

Is This Answer Correct ?    36 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you create instance of a class which has private constructor?

590


When a Static Constructor called in .NET?

612


What are the features of dot net?

534


When displaying fonts, what is the difference between pixels, points and ems?

559


What do you mean by web service?

649






How do you instantiate a complex number?

590


How we can achieve Connection pooling in .Net?

645


Tell me what is a “jagged array”?

589


Explain how do assemblies find each other?

575


How viewstate is being formed and how it's stored on client in .net?

560


What is Code group in .Net with respect to CAS

1573


what user controls are and what server controls are and the differences between the two.

1607


Conceptually, what is the difference between early-binding and late-binding?

585


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

555


What are the two main parts of the .net framework?

565