Comment by cabirum 1 day ago Lexical scope does not have a stack to put defer onto. 1 comment cabirum Reply masklinn 1 day 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.
masklinn 1 day 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.
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.