GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Microsoft.NET
Go To First  |  Previous Question  |  Next Question 
 Microsoft.NET  |  Question 16 of 38    Print  
what rare the Types of JIT and what is econo-JIT

  
Total Answers and Comments: 3 Last Update: June 11, 2007     Asked by: laxman 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 16, 2006 06:45:08   #1  
sujani        

RE: what rare the Types of JIT and what is econo-JIT

Types of jit : prejit ecno jit normal jit

pre jit : convert source code to native code in single completion of cycle.Normally this can be done at the time of deployment.

econo jit : coverts the only called methods to native code however it can be removed when are not required.

normal jit : compliled the called methods to native code.In the the methods can be compiles for the first time.For latter calls it can be displayed using cached items.


 
Is this answer useful? Yes | No
July 21, 2006 04:51:17   #2  
SwethaRamanujadasi        

RE: what rare the Types of JIT and what is econo-JIT
Three types of JIT

1.standard JIT

2.econo JIT

3.pre JIT



econo JIT: This compiler converts the MSIL code into native code without any optimizations.

 
Is this answer useful? Yes | No
June 11, 2007 06:49:50   #3  
Narsimha Puranik        

RE: what rare the Types of JIT and what is econo-JIT
Hi all


There are three types of JIT.

1. Pre -JIT
2. Econo-JIT
3. Normal JIT


Pre -JIT:Compiles whole code once
Econo-JIT:Compiles code part by part
Normal-JIT:Compiles only that part of code when called in cache.


Thanks

Narsimha

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape