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 an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

1056


What is a manifest in .net?

1101


What is the difference between response.write & response.output.write?

1107


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

5167


What relationship is between a process, application domain, and application?

1072


How can you assign an rgb color to a system.drawing.color object?

1024


What is Complex Class in .NET?

1077


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

1003


What are the different.net tools which you used in projects?

1052


What is Flyout Design Pattern in .NET?

1178


Is .net front end or backend?

1081


What is delegation in .net?

1155


What is clr in .net?

1146


Explain about .Net products?

1183


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

1099