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

-O0 is unnecessarily bloated (can do lots of unnecessary load data to reg, save to stack, load back same reg again) which also makes it hard to read. I find -Og (on gcc) or -O1 to be the sweet spot.



Yes, but it is a starting point. You first learn to crawl, then walk, then run. You don't start running right away.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: