Originally posted by Michael
View Post
GCC from the NetBurst era optimized for contemporary CPUs, ie NetBurst by default. Modern GCC optimizes for contemporary CPUs with -mtune=generic, ie *not* NetBurst, the contemporary "generic" optimizations probably make the code slower! (Yes, NetBurst really was that bad with non-optimal code; avoid pipeline stalls at all costs!)
All that said, NetBurst was always a disaster IMHO, but it was faster at the time than represented here; or at least it was on the Gentoo systems I built! ;-)
Comment