|
|
|
|
|
by exDM69
3254 days ago
|
|
Exactly. The cost is not the overhead from the actual call - it's the fact that it inhibits other optimizations. The same applies to normal function calls when link time optimization is disabled. This only becomes relevant in hot loops, but inlining can give big wins when combined with other optimizations. |
|