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
Is .net framework 4.8 the last version?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Do I need microsoft .net framework?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is viewbag title?
How can we determine action invoked from HTTP GET or HTTP POST?
What is poco proxy? : Entity framework
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is tempdata?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
Why should we go for entity framework?
What is mvc entity framework?
What are actions in mvc?
What is connected scenario? : Entity framework