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
What is lazy initialization?
Explain the difference between static page and dynamic page?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Tell about your technical profile ?
Do you know what is garbage collector?
What do you mean by Code Access Security in .NET?
Different levels of priority provided by .net.
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Explain how to rename a table using sql queries?
What is an exe and a dll?
How does u handle this COM components developed in other programming languages in .NET?
How big is the datatype int in .net?
Types of evidence in .net with context to CAS
Is .net core installed?
What is .net assembly?