CPU Upgrade

  • Thread starter Thread starter Jerry Pisk
  • Start date Start date
J

Jerry Pisk

Since .Net framework installation ngens the system library would it be a
good thing to reinstall the .Net framework after a CPU upgrade (PIII -> P4,
it wouldn't be just an upgrade to a faster version of the same CPU)? Or do
ngened assemblies re-ngen themselves when the actual CPU differs from the
one they were ngened to?

Jerry
 
Jerry Pisk said:
Since .Net framework installation ngens the system library would it be a
good thing to reinstall the .Net framework after a CPU upgrade (PIII ->
P4, it wouldn't be just an upgrade to a faster version of the same CPU)?
Or do ngened assemblies re-ngen themselves when the actual CPU differs
from the one they were ngened to?

It may be a good idea to atleast run ngen over it again. I dont know for
certain with regards to the BCL, but I think cached code is usually thrown
out when the CPU changes.
 
Back
Top