On Wed Mar 13 19:53:49 2024 +0000, Zebediah Figura wrote:
I missed when this was done before, but this looks wrong (for one, it's generating instructions that get thrown away, and in fact leaked; for two, the block is subsequently initialized but never used). What's the intent here?
The intent is to populate extern_vars. Yes, second _init() should've been _cleanup().