Making Most Out of Compiler

19 Jul 2022

[ c++  development  performance  ]

Points

LTO

Faster than O0

X86 Westmere era (2010)

X86 Haswell era (2013)

Why not avx/avx2/avx512 by default?

Inline threshold for LLVM

Reference