mijit 0.2.4

Experimental JIT compiler generator
Documentation
1
2
3
4
5
6
7
8
9
10
use super::{code, target, optimizer};

mod engine;
use engine::{Engine, CaseId};

mod entry;
pub use entry::{Jit, EntryId};

#[cfg(test)]
pub mod factorial;