Register-based VM #61
Labels
compiler
Compiler/parser
implementation
General implementation of the interpreter
runtime
Virtual machine/runtime
Todo: add benchmarking data
Riff's stack-based VM is pretty fast, but gets outclassed by register-based VMs in benchmarks where a lot of values need to be pushed on and popped from the stack (e.g. N-body).
This will be a fairly significant undertaking if I ever get the time to implement this.
The text was updated successfully, but these errors were encountered: