Does the .NET Framework need to be reoptimized after upgrading to a new CPU microarchitecture?

Posted by Louis on Super User See other posts from Super User or by Louis
Published on 2014-05-29T23:48:07Z Indexed on 2014/06/10 15:29 UTC
Read the original article Hit count: 144

I believe that the .NET Framework will optimize certain binaries targeting features specific to the machine it's installed on.

After changing the CPU from an Intel Nehalem to a Haswell chip, should the optimization be run again manually? If so, what is the process for that?

Between generations here are some notable additions:

So my, albeit naive, thought process was that the optimizations could take advantage of these in general cases. For example, perhaps calls to the Random library could utilize the hardware-RNG on Ivy Bridge and later models.

© Super User or respective owner

Related posts about Windows

Related posts about windows-8.1