Y
Hacker News
new
|
ask
|
show
|
jobs
by
gumby
1427 days ago
It's pretty hard to beat the pushj/popj approach, except that you have to lock out the GC before returning (as it may be scanning the activation records to find roots).
1 comments
kragen
1426 days ago
Yeah, whatever Appel thinks, the stack is always faster. But sometimes the heap penalty is affordable. Before generational GC it was ridiculous.
link