How to change the type of JIT I want to use

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?

+5
source share
2 answers

"Econo jit" . google, , .NET 1.x. , "econo" , IL.

, , .NET 2.0. , IL , . Debug , [Debuggable] . , Microsoft x86, x64 ARM. . . .

"Pre jit" , ngen.exe. , , . , , . ngen.exe , .

+7

JIT- ?

.NET JIT ?

, .net? , . , mono .net, , , .net.

0

All Articles