What is JIT and how is works ?

Answer Posted / vinod kumar kushawaha

JIT compiler is a part of the runtime execution environment.
In Microsoft .NET there are three types of JIT compilers.

Pre-JIT : Pre-JIT compiles complete source code into native
code in a single compilation cycle. This is done at the time
of deployment of the application.

Econo-JIT : Econo-JIT 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 thar are
called at runti

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is conceptual model?

595


What is the difference between .net core and .net framework?

493


sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?

2955


Can you explain renderbody and renderpage in asp.net mvc?

547


How can I return string result from action in asp.net mvc?

560






What are sections?

567


What is the importance of NonActionAttribute?

603


Is .net framework going away?

559


Which are the important namespaces used in mvc?

710


What is Dependency Injection in ASP.Net MVC

578


What is the .net framework?

572


Explain dependency resolution?

613


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

513


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

621


What is the use of viewmodel in mvc?

610