GCC 5.2 Compiler Benchmarks With ARM Cortex-A57 A Mixed Bag

Written by Michael Larabel in Software on 18 November 2015 at 09:10 AM EST. Page 2 of 4. 6 Comments.
GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking
GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking

First up, with the Fortran-based NAS Parallel Benchmarks, the results are rather concerning for GCC 5. NPB is a very demanding test and with GCC 5.2.1 it's quite clear the performance is measurably lower than on GCC 4.x while the hardware and compiler flags were maintained the same.

GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking
GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking

Let's see what happens in other tests...

GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking
GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking

In some other tests like Dolfyn and FFTE, there wasn't much change in performance from GCC 4.8 to GCC 5.2 on these Cortex-A57 cores.

GCC Jetson TX1 GCC 4.8 4.9 5.2 Benchmarking

With FFTW is the first win for the newer GNU Compiler Collections where there is a significant performance improvement.


Related Articles