Whose "spec"? Do you have a link to his site.
If you are refering to the veritest's test. They aren't running optimized or unoptimized binaries in any of them... except in the cast of the actual gcc compiler. And that needs to be optimized to begin with to even work with either the G5 or the P4 or any platform... They were compiling from code. Part of the disput is how much optimization is being used while compiling code. Generally less "optimization" flags means that the code will compile faster but produce larger and slower running binaries. To much optimization you start running into problems and produce buggy and unstable binaries, or in other terms exacutables.
Otherwise I am not sure what you are talking about.
If you are refering to the veritest's test. They aren't running optimized or unoptimized binaries in any of them... except in the cast of the actual gcc compiler. And that needs to be optimized to begin with to even work with either the G5 or the P4 or any platform... They were compiling from code. Part of the disput is how much optimization is being used while compiling code. Generally less "optimization" flags means that the code will compile faster but produce larger and slower running binaries. To much optimization you start running into problems and produce buggy and unstable binaries, or in other terms exacutables.
Otherwise I am not sure what you are talking about.