GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 97 of 164    Print  
What are the types of JIT found?

  
Total Answers and Comments: 5 Last Update: February 13, 2007     Asked by: syed abdul kather 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: pragadeshwaran
 

Pre,Ecno and Normal are the types of JIT found.

Pre: This JIT compiles the whole application.

Ecno : This JIT compiles the modules that is called at runtime.

Normal: This JIT compiles the modules that is called at runtime and keep it in cache memory.



Above answer was rated as good by the following members:
kapilsanchihar
December 20, 2006 01:37:29   #1  
syed        

RE: What are the types of JIT found?
there are three type of J-I-T
1.pre 2.econo 3.normal

 
Is this answer useful? Yes | No
December 28, 2006 01:08:14   #2  
pragadeshwaran        

RE: What are the types of JIT found?

Pre Ecno and Normal are the types of JIT found.

Pre: This JIT compiles the whole application.

Ecno : This JIT compiles the modules that is called at runtime.

Normal: This JIT compiles the modules that is called at runtime and keep it in cache memory.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
January 02, 2007 06:03:20   #3  
hansat        

RE: What are the types of JIT found?

There is only two types of JIT Compiler

1 > Standard

2 > Echono


 
Is this answer useful? Yes | No
January 14, 2007 09:00:03   #4  
sbehera02 Member Since: July 2006   Contribution: 18    

RE: What are the types of JIT found?

There are 3 type of JIT

1>Pre JIT

2>ECONO JIT

3>Nornal JIT


 
Is this answer useful? Yes | No
February 13, 2007 15:06:52   #5  
OmairYahya Member Since: February 2007   Contribution: 1    

RE: What are the types of JIT found?
There are three types of JIT compilers in .NETPre :-Compiles complete source code into native code in a single compilation cycle.This is done at the time of deployment.Econo :-Compiles only those methods that are called at runtime.Compiled methods are removed when they are not needed.Normal :-Compiles only those methods that are called at runtime.These methods compiled when they first called After that they are placed in cache from where they are called when needed.
 
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