Skip to main content

compile_jit

Function compile_jit 

Source
pub fn compile_jit(
    nnil: &Nnil,
    output_dir: &Path,
    opt_level: u8,
    cache_dir: Option<&Path>,
    raw_jit: bool,
) -> Result<CompiledJit, Box<dyn Error>>
Expand description

Compiles one NNIL region for callers that need an independent entry point.