Comment by cabirum Comment by cabirum 2 days ago 1 reply Copy Link View on Hacker News Lexical scope does not have a stack to put defer onto.
Copy Link masklinn 2 days ago Collapse Comment - 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. Reply View | 0 replies
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.