ristretto_jit 0.19.0

JVM JIT Compiler
Documentation
mod array;
mod branch;
mod byte;
mod char;
mod convert;
mod debug;
mod double;
mod exception;
mod field;
mod float;
mod integer;
mod invoke;
mod invokedynamic;
mod ldc;
mod long;
mod monitor;
mod nop;
mod object;
mod push;
mod short;
mod stack;
mod r#static;
mod wide;

// pub(crate) use array::*;
pub(crate) use branch::*;
// pub(crate) use byte::*;
// pub(crate) use char::*;
pub(crate) use convert::*;
pub(crate) use debug::*;
pub(crate) use double::*;
// pub(crate) use exception::*;
// pub(crate) use field::*;
pub(crate) use float::*;
pub(crate) use integer::*;
// pub(crate) use invoke::*;
// pub(crate) use invokedynamic::*;
pub(crate) use ldc::*;
pub(crate) use long::*;
pub(crate) use monitor::*;
pub(crate) use nop::*;
// pub(crate) use object::*;
pub(crate) use push::*;
// pub(crate) use short::*;
pub(crate) use stack::*;
// pub(crate) use r#static::*;
pub(crate) use wide::*;