Dot Net optimizations for modern hardware?

  • Thread starter Thread starter VM
  • Start date Start date
V

VM

Does Studio Dot Net include any optimizations that make it the appropriate
tool for Pentium 4 processors?

I'm writing a paper on compiler optimizations for modern hardware. Since I
chose .Net as my main tool, I was looking for some sites that explain some
of the optimizations .Net may have that will make it more compatible with
modern hardware.

I'm also looking for info on the differences between traditional compilers
and the Dot Net compilers.

Thanks.
VM
 
Hi VM,

You probably should ask this question in framework.performance ng.
I don't think that currently .net optimizes for processors at least not many
things.
I've read somewhere that it only slightly optimizes for processor.
However, this might easily change in the future.
 
Back
Top