ikskuh/LoLa

Implement variable-usage detection to reduce number of local variables

Opened this issue · 0 comments

Use something like SSA to detect that local variable slots can be reused, so the virtual machine can do smaller allocations for local variables.