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

Is there built-in support for logging?

620


What's singleton activation mode in .net?

614


What versions of .net are there?

625


Is .net front end or backend?

584


Please explain when should you use .net web forms over asp.net mvc?

556






What does cli do?

520


Explain the difference between public and static modifiers?

565


How is .net able to support multiple languages?

613


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

595


How server form post-back works?

585


Explain Creational design pattern in .NET?

627


What is 'Common Type System' (CTS) in .NET?

660


Please explain what is the difference between constants and read-only variables?

584


Why SOAP is required?

675


What is dot net architecture?

562