Answer Posted / kalyankrishna
Pre-JIT : Per-JIT compiler compiles source code into native
code in a single compilation cycle. Pre-JIT sits at the
stage of deployment of the application.
Ecno -JIT:
Econo-JIT compiles methods that are called at runtime.
However, these compiled methods are discarded when they’re
not required.
Normal JIT:
Normal JIT only compiles the methods which are called at
runtime.
These methods are compiled the first time they’re called and
then they’re stored in cache. When the same methods are
called again, the compilation code from cache is used for
execution.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the different parts of an assembly?
Tell me what is a “jagged array”?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is il and c#?
When displaying fonts, what is the difference between pixels, points and ems?
What is the difference between a class and an object, and how do these terms relate to each other?
What is view state in .net?
What are the differences between an interface and an abstract class in .net?
Show different types of collection in .NET?
Explain how com+ related to the dna architecture?
What is difference between .net core and .net standard?
What is namespaces in .net?
What is a design pattern and what is it for?
Tell me about secure socket layer? How to make use of the technology?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column