Y
Hacker News
new
|
ask
|
show
|
jobs
by
nasretdinov
196 days ago
If the functions get inlined (which they might if they're small enough), then the code won't even need to allocate on heap! That's a kind of optimisation that's not really possible without transparent escape analysis.