lrgrep icon indicating copy to clipboard operation
lrgrep copied to clipboard

Optimize code generator

Open let-def opened this issue 9 months ago • 0 comments

Variable sharing and liveness analysis is naive and produce a lot of redundant code. The fix for #14 was to disable an inappropriate workaround which made the issue worse.

So I should implement the strategy described in my manuscript 🧑‍🎓 .

let-def avatar Mar 31 '25 02:03 let-def