Vlad-Shcherbina / rusty_sand

JIT compiler for the UM-32 virtual machine

Home Page:http://boundvariable.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple JIT for a virtual machine defined in http://boundvariable.org/.

Benchmark

Interpreter:

cargo run -p rusty_sand --release --features=mimalloc --bin main data/sandmark.umz --stats

JIT:

cargo run -p rusty_sand --release --features=mimalloc --bin main data/sandmark.umz --stats --jit

About

JIT compiler for the UM-32 virtual machine

http://boundvariable.org/


Languages

Language:Rust 100.0%