lrgrep
lrgrep copied to clipboard
Optimize code generator
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 🧑🎓 .