So FreeBSD is, as always, faster than the Linux guys.
Phoronix: LLVM's Clang Is Finally The FreeBSD x86 Compiler
After talking about FreeBSD's transition to Clang as the default C/C++ compiler rather than GCC, the move has finally happened where for x86/x86_64 systems the LLVM-based compiler has replaced GCC...
http://www.phoronix.com/vr.php?view=MTIyMzM
So FreeBSD is, as always, faster than the Linux guys.
Why should it?
I would like to see a benchmark (also on Linux) with with normal compiler settings (-O2 or -Os ... . flags binary distributions are using).
Most of the GCC vs. clang benchmarks on this site are totally useless, because only a few people in the world compile their software with those unstable flags (-O3 -march=native -ffast-math, ...).
It would be nice to see how the compilers perform on more common flags, like -O2 and -Os without CPU-specific optimizations.