Since the clang has been recently upgraded to clang-3.3 in the 9-STABLE branch of the base system, I think it would be interesting for y'all to see these tests.
Besides compiler efficiency on resources and speed, binary performance tests are also performed.
Results on which performs better are inconclusive, but I'd dare to say, they slightly favor clang when it comes to binary performance (except for one test, where gcc uses OpenMP which clang doesn't support yet ... I don't see why adding this test is good, since this measures single-core vs multi-core, and not the difference of produced binaries (the effect is marginal)).
At the very bottom (in the last page), there is also the command to reproduce the test at home, so you can see how well your system's configuration goes against theirs, which I would certainly like to see, since there is always room for improvement
on my own machine.
Anyway, enjoy!
Besides compiler efficiency on resources and speed, binary performance tests are also performed.
Results on which performs better are inconclusive, but I'd dare to say, they slightly favor clang when it comes to binary performance (except for one test, where gcc uses OpenMP which clang doesn't support yet ... I don't see why adding this test is good, since this measures single-core vs multi-core, and not the difference of produced binaries (the effect is marginal)).
At the very bottom (in the last page), there is also the command to reproduce the test at home, so you can see how well your system's configuration goes against theirs, which I would certainly like to see, since there is always room for improvement

Anyway, enjoy!