Hacker News new | past | comments | ask | show | jobs | submit login
Missed optimization of C++ code in Clang or bug in GCC? (godbolt.org)
2 points by pyler on April 25, 2021 | hide | past | favorite | 3 comments



neither? clang has decided to inline, gcc hasn't. both are valid.


Check this case: https://godbolt.org/z/hMYY1sxKe

Any idea why we have instructions after ret?


This is very interesting. C++ optimization is super importnat. Thanks for sharing.




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

Search: