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

Can I add asp.net mvc testcases in visual studio express?

820


What are the versions of .net framework?

736


Explain ASP.NET MVC Identity and Security?

718


Name a few different return types of a controller action method?

736


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

743


What is renderbody?

743


What is entity client data provider? : Entity framework

738


What is the use of the default route {resource}.axd/{*pathinfo} ?

744


What is .net architecture and framework?

762


Explain the new features added in version 4 of mvc (mvc4)?

747


Which is the default http method for an action method?

675


What is a razor file?

694


Explain the methods used to render the views in mvc?

763


Is it possible to cancel filter execution?

735


How do you handle variable number of segments in a route definition?

731