Skip to content

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

License

Notifications You must be signed in to change notification settings

svenslaggare/stackjit-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackJIT Rust

Simple virtual machine for a stack-based assembler language written in Rust (port of StackJIT)

Features:

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages