Hacker News new | ask | show | jobs
by xorblurb 3240 days ago
I've seen some speculative inlining happening even without LTO (so obviously, in the same TU) with GCC.
1 comments

Absolutely. Seems like modern compilers inline everything they possibly can, regardless whether you mark your functions inline or not.