4 ms·
Also, there are function prologues/epilogues and sometimes additional instructions to satisfy the calling convention.
by CrystalGamma 9y ago
Also, there are function prologues/epilogues and sometimes additional instructions to satisfy the calling convention.
- webkike 9y agoTrue, 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.