An open API service indexing awesome lists of open source software.

https://github.com/svenslaggare/stackjit-rs

Simple virtual machine for a stack-based assembler language in Rust.
https://github.com/svenslaggare/stackjit-rs

jit-compiler rust virtual-machine

Last synced: 11 months ago
JSON representation

Simple virtual machine for a stack-based assembler language in Rust.

Awesome Lists containing this project

README

          

# StackJIT Rust
Simple virtual machine for a stack-based assembler language written in Rust (port of [StackJIT](https://github.com/svenslaggare/StackJIT))

Features:
* Written in Rust.
* Stack-based ISA.
* JIT compiler for x64.
* Register allocations.
* Basic optimizations.
* Supports arrays and classes.
* Compacting garbage collector.