Y
Hacker News
new
|
ask
|
show
|
jobs
by
cabirum
297 days ago
Lexical scope does not have a stack to put defer onto.
1 comments
masklinn
297 days ago
All the defer sites in a lexical scope are static, you can target those sites directly or add a fixed-size stack in the frame.
link