Testing LLVM Clang 3.5's Code Generation Optimizations

Written by Michael Larabel in Software on 28 June 2014 at 12:18 PM EDT. Page 4 of 5. 3 Comments.
LLVM Clang 3.5 Optimization Level Benchmarks
LLVM Clang 3.5 Optimization Level Benchmarks
LLVM Clang 3.5 Optimization Level Benchmarks

Of course, with the compiler applying additional optimizations, the compile time does increase. However, overall, LLVM/Clang continues to compile code very fast and leads over GCC in build times.

LLVM Clang 3.5 Optimization Level Benchmarks

C-Ray benefited a lot from the -O3 code generation optimizations.


Related Articles