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

What is STA in .NET?

1038


What is interface and abstract class in .net?

975


Using com component in .net?

961


Using activex control in .net?

947


what is dotnet architecture? can anyone explain that.

4286


How is .net able to support a lot of languages?

896


Explain about .Net products?

1067


Explain security measures exist for .net remoting in system.runtime.remoting?

953


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

1029


Who is using .net core?

929


What is Event Bubbling in .NET?

1052


What is the difference between a class and an object, and how do these terms relate to each other?

961


What should you do to store an object in a viewstate?

1013


Explain difference between panel and groupbox classes using .net?

963


Please tell us what is the difference between override and overload in a method?

1025