Types of JIT and what is econo-JIT ?

Answer Posted / kalyankrishna

Pre-JIT : Per-JIT compiler compiles source code into native
code in a single compilation cycle. Pre-JIT sits at the
stage of deployment of the application.


Ecno -JIT:
Econo-JIT compiles methods that are called at runtime.
However, these compiled methods are discarded when they’re
not required.


Normal JIT:
Normal JIT only compiles the methods which are called at
runtime.
These methods are compiled the first time they’re called and
then they’re stored in cache. When the same methods are
called again, the compilation code from cache is used for
execution.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between .net and .net core?

551


How to convert a .NET object into COM operabililty?

578


Different between .net & j2ee ?

595


Is .net core the future?

577


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

520






What is an anonymous method?

535


Can a try block have nested try blocks?

605


Please explain what is heap and what is stack?

575


What is Complex Class in .NET?

610


What is a windows process in .net?

587


What are the core differences between .NET Languages ?

1794


What is the difference between .net 2000 and .net 2005(features)? Which one is better?

523


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

545


What are code contracts?

601


What is a formatter in .net?

580