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
what is linq to entities?
what is minimum requirement for entity framework applications to run?
What is the use of action filters in an mvc application?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
what is code first approach?
What are the advantages of asp.net mvc?
Explain two instances where routing is not implemented or required?
What is layout in mvc?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
what do you mean by table-per-hierarchy?
what is conceptual model?
What are the components of the .net framework.
Explain peek method in tempdata in asp.net mvc?
What filters are executed in the end?
What is viewbag title?