Hacker News new | ask | show | jobs
by CrystalGamma 3169 days ago
Also, there are function prologues/epilogues and sometimes additional instructions to satisfy the calling convention.
1 comments

True, and the functions in which inlining is most effective are small non recursive functions that don't lose any debug info from omitting the frame pointer.