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 entity graph? : Entity framework
Can we add constraints to the route? If yes, explain how we can do it?
What is difference between html.beginform and ajax.beginform?
Can I add asp.net mvc testcases in visual studio express?
What you mean by routing in mvc?
What is clr? How does work clr & wht is work of clr?
What are the 3 main components of an asp.net mvc application?
what is use of entitydatasource control?
What is rxjava used for?
What is the use of viewmodel in mvc?
Is .net core replacing .net framework?
What is the purpose of a web form?
What is entity sql? : Entity framework
What is .net core framework?
how do you truncate a table using entity data model?