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
How can you return string result from Action in ASP.Net MVC?
what is entityclient?
Which are the important namespaces used in ASP.Net MVC?
How do I use partial view?
Is .net core faster than .net framework?
How can I tell what .net framework is installed?
Is .net core replacing .net framework?
How does .net framework works?
Can you explain renderbody and renderpage in asp.net mvc?
What are sections?
What is MVVM design pattern?
Can any particular component of .net framework 3.0 be removed?
What is the full form of sp?
What is the domain object?
how do you truncate a table using entity data model?