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 ?

Answers were Sorted based on User's Feedback



Types of JIT and what is econo-JIT ?..

Answer / 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

Types of JIT and what is econo-JIT ?..

Answer / sandhya n bensy

Pre-JIT (Compiles entire code into native code at one
stretch)

Ecno-JIT (Compiles code part by part freeing when
required)

Normal JIT (Compiles only that part of code when called
and places in cache)

Is This Answer Correct ?    16 Yes 6 No

Types of JIT and what is econo-JIT ?..

Answer / subhashini.g

Pre-JIT (Compiles entire code into native code at one
stretch)

Ecno-JIT (Compiles code part by part freeing when
required)

Normal JIT (Compiles only that part of code when called
and places in cache)

Is This Answer Correct ?    4 Yes 2 No

Types of JIT and what is econo-JIT ?..

Answer / 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

Types of JIT and what is econo-JIT ?..

Answer / sanket

can i get specific answer with example? with simple language?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is an EXE?

1 Answers  


How many namespaces are in .net version 1.1?

0 Answers  


Explain the code behind wors and contrast that using the inline style.

0 Answers  


What is file extension of Webservices in .Net?

0 Answers   Arigo Infotech,


What are the fundamental objects in ADO.NET?

1 Answers  


What is a formatter in .net?

0 Answers  


Should I implement finalize on my class? Should I implement idisposable?

0 Answers  


What are the new features in .net core?

0 Answers  


What are server controls?

1 Answers   Avanade, Wipro,


In Mvc Architecure what is view?

1 Answers   TCS,


Explain me how does linq work?

0 Answers  


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

0 Answers   Accenture,


Categories