PDA

View Full Version : Performance Comparisons - GCC


colo
06-30-2006, 02:31 PM
It'd be interesting to see some compilation times in the (other than that) great reviews performed by the Phoronix team - there should be a specific couple of GCC-Version, and, say, a Linux Kernel snapshot, which is run with its default config via "cd /usr/src/linux/ && make -j$NUMBEROFTHREAD" (where $NUMBEROFTHREADS could be the same for all test (e. g. 4), or a fixed number per core, to make the banchmarks somewhat future-proof). Then again, there could be a second benchmark, compiling the same Kernel snapshot at the time with the most recently released GCC.

This on one hand would give users a clue about what to buy if they strive to cut compilation times, and on the other hand give insights about the progress of GCC development.

What do you think?

colo
08-03-2006, 07:00 AM
I can't believe noone cares... :(

Michael
08-03-2006, 09:08 AM
We do perform compilation tests in many of our articles using GCC. Primarily we use LAME v3.96.1 as the standard application for compilation; however, we have been testing alternative replacement programs to compile as well.

~ Michael

1c3d0g
08-03-2006, 10:28 AM
Colo: what you're asking for is very time-consuming, to say the least. :(