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 difference between garbage collections in .net 4.0 and earlier versions?
Can a try block have nested try blocks?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain the difference between the while and for loop.
When should I use .net core?
What exactly is being serialized when you perform serialization in .net?
Explain what is the difference between encrypting a password and applying a hashing?
Can you edit data in repeater control? How?
Will it go to finally block if there is no exception happened?
How to instantiate a delegate?
What is the use of common language runtime?
Explain different types of html, web and server controls.
What is il in vb.net?
How can you turn-on and turn-off cas?
Please explain what is the difference between odbc and ado?