Hacker News new | past | comments | ask | show | jobs | submit login

A lot of C++ codebases benefit greatly by O3 due to the more aggressive inlining and interprocedural optimizations.

Also may UB exploiting things like strict aliasing are enabled by default at all optimization levels in GCC.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: