Function bf::llvm::compile_and_run[][src]

pub fn compile_and_run<'a>(
    program: &Program,
    memory_size: Option<usize>,
    debug: bool,
    rts_state: RtsState<'a>
) -> BfResult<()>

JIT compile and run the given program via LLVM.