What is default type of JIT compiler is used in .Net (visual studio) out of (Pre-JIT,Econo-JIT,Normal-JIT)?
As far as I know default JIT is Pre-JIT but ASP.NET Does Not Support Pre-Just-In-Time (JIT) Compilation Through Native Image Generator.
A little bit of background on the various JIT types:
PRE-JIT: Compiles complete source code to native code in a single operation.
ECONO-JIT: Compiles only methods called at Runtime.
NORMAL-JIT: Compiles only methods called at Runtime and stored in cache.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With