Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
12bitfloat1077118h@BordedDev -O3 is always bigger. LLVM just can't stop itself auto-vectorizing a loop over 4 elements with 16 unique unrolled SIMD variants for every possible combination of array length lol
Related Rants
Still funny to me how -O2 consistently produces smaller binaries than -Os for me
And -Oz is always worse still!
How does that even happen...
rant
gcc
rust