Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain about managed heap?

1160


Explain the difference between managed and unmanaged code?

975


Different between .net & j2ee ?

1188


Tell me what is serialization?

1093


Explain the features that are common to all .Net languages.

1210


What’s different between process and application in .net?

1123


What are the different types of memory in .net?

1146


How can I get at the win32 api from a .net program?

1069


If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

2012


What does cil do?

1066


How do you create threading in.net?

1055


What is your observations between vb.net and vc#.net?

1204


What are the important components of .net?

1066


How do you trigger the paint event in system.drawing?

1055


Explain how to load the contents of an xml file into an xmldocument object?

1033