GCC vs. Clang Compiler Benchmarks On POWER9 With Raptor's Blackbird

Written by Michael Larabel in Software on 23 July 2019 at 09:39 AM EDT. Page 2 of 4. 6 Comments.
GCC9 POWER9 Compiler Benchmarks

In the SciMark 2.0 C micro-benchmarks is one of the cases where LLVM Clang overall was outperforming GCC. In SciMark2, GCC 9.1.0 ended up being slightly faster than the current GCC 10 development state.

GCC9 POWER9 Compiler Benchmarks
GCC9 POWER9 Compiler Benchmarks
GCC9 POWER9 Compiler Benchmarks

Clang's lead in SciMark mostly comes down to the FFT, Monte Carlo, and Jacobi sub-tests.

GCC9 POWER9 Compiler Benchmarks

With x264 video encoding, GCC 9.1.0 yielded slightly better performance than LLVM Clang 8.0 while GCC 10.0 was regressing.

GCC9 POWER9 Compiler Benchmarks

Clang failed to build x265 on POWER9, but here again is a case of GCC 9.1 outperforming GCC 10.0.


Related Articles