Crate ristretto_jit

Source
Expand description

§Ristretto JIT

Code Coverage Benchmarks License Semantic Versioning

§Getting Started

Implementation of a JIT compiler for the Ristretto VM. The JIT compiler uses generates native code for the Ristretto VM bytecode. The generated code can be executed directly on the host machine.

Structs§

Compiler
Java Virtual Machine (JVM) bytecode to native code compiler.
Function
A structure representing a native function from the JIT compiler

Enums§

Error
Errors that can occur when loading classes
Value

Type Aliases§

Result
Ristretto JIT result type