Closed assyrianic closed 7 years ago
upgrading to a register based VM would allow for existing compilers to use some of the most advanced optimization techniques available compared to stack-based VMs which are mostly offset in speed using a JIT rather than pure optimization.
I have created a prototype register-based version with a working stack for (recursive) function calls. Reopening!