drwhut/decision

Combine the VM stacks and introduce stack frames.

Closed this issue · 0 comments

This would allow for an infinite amount of "local variables", and we could reduce the number of registers in the VM.

We should also make the stack dynamically allocated so it can grow and shrink.