GCC Compiler Tests At A Variety Of Optimization Levels Using Clear Linux

Written by Michael Larabel in Software on 27 March 2017 at 02:50 PM EDT. Page 2 of 4. 45 Comments.
GCC Compiler Tests On Clear Linux

First up is a look at the FFTW performance with its significant performance improvements when hitting even Og/Os optimizations. Interestingly, -O2 was slightly faster than -O3. The -march=native option yielded slightly improved performance.

GCC Compiler Tests On Clear Linux

Obviously without any optimizations, the build time is quicker.

GCC Compiler Tests On Clear Linux

The test install size changed very little between the different optimization levels.

GCC Compiler Tests On Clear Linux

Interestingly, the -march=native tests were slower than their counterparts.


Related Articles