Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexchamberlain
2325 days ago
This feels a little unfair; the function is invoked the same number of times, but C++ has a mechanism for removing the overhead of calling a function (inlining).
1 comments
zhangxp1998
2324 days ago
I looked at disassembly of generated binary, sure, function calls inside quad sort were also inlined.
link