I am trying to figure out how I can configure the type of JIT that I want to use.
Let's say I know that there are 3 types of JIT (Pre, Econo and Normal). But you have the following curious questions.
What is the default JIT that .NET works with on a deployment server?
Do we have the flexibility to change the settings for using pre or econo if this is normal by default. If so, where can I change this?
Not sure if this parameter is in the machine.config file or something like that?
"Econo jit" . google, , .NET 1.x. , "econo" , IL.
, , .NET 2.0. , IL , . Debug , [Debuggable] . , Microsoft x86, x64 ARM. . . .
"Pre jit" , ngen.exe. , , . , , . ngen.exe , .
JIT- ?
.NET JIT ?
, .net? , . , mono .net, , , .net.