GCC 5 Through GCC 10 Compiler Benchmarks - Five Years Worth Of C/C++ Compiler Performance

Written by Michael Larabel in Software on 20 December 2019 at 11:51 AM EST. Page 3 of 4. 15 Comments.

The TSCP chess benchmark has ended with GCC 10 being the slowest of the tested compilers.

The OpenMP-threaded GraphicsMagick has seen performance improvements out of GCC 10 and in some cases GCC 9 too.

VP9 libvpx is seeing better performance with GCC 10.

Coremark has been improving with the annual GCC compiler updates but slid back slightly with GCC 10.

With succeeding GCC releases, the build time generally increases due to additional optimization passes and other work in the name of faster and/or smaller binaries.

The Tungsten renderer has been faster past GCC 6.


Related Articles