Skip to content

Latest commit

 

History

183 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages