Types of JIT and what is econo-JIT ?

Answers were Sorted based on User's Feedback



Types of JIT and what is econo-JIT ?..

Answer / 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

Types of JIT and what is econo-JIT ?..

Answer / sandhya n bensy

Pre-JIT (Compiles entire code into native code at one
stretch)

Ecno-JIT (Compiles code part by part freeing when
required)

Normal JIT (Compiles only that part of code when called
and places in cache)

Is This Answer Correct ?    16 Yes 6 No

Types of JIT and what is econo-JIT ?..

Answer / subhashini.g

Pre-JIT (Compiles entire code into native code at one
stretch)

Ecno-JIT (Compiles code part by part freeing when
required)

Normal JIT (Compiles only that part of code when called
and places in cache)

Is This Answer Correct ?    4 Yes 2 No

Types of JIT and what is econo-JIT ?..

Answer / 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

Types of JIT and what is econo-JIT ?..

Answer / sanket

can i get specific answer with example? with simple language?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How is .net able to support multiple languages?

0 Answers  


What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


Best Dot Net Center in Chennai ?

1 Answers  


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

0 Answers  


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

0 Answers  






What are the collections you've used?

0 Answers  


Explain me what is .net web service?

0 Answers  


I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.

0 Answers  


why do you want to join deloitte, where do you exactly fit in.

1 Answers   Deloitte,


What is data type and how many types of data types are in .NET ?

0 Answers  


Give an example for setter/ write-only methods

1 Answers  


Please explain what is heap and what is stack?

0 Answers  


Categories