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 / 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 lazy initialization?

993


Explain the difference between static page and dynamic page?

916


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

886


Tell about your technical profile ?

3515


Do you know what is garbage collector?

954


What do you mean by Code Access Security in .NET?

1102


Different levels of priority provided by .net.

1070


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

1018


Explain how to rename a table using sql queries?

1005


What is an exe and a dll?

1113


How does u handle this COM components developed in other programming languages in .NET?

2068


How big is the datatype int in .net?

1022


Types of evidence in .net with context to CAS

2108


Is .net core installed?

978


What is .net assembly?

990