Skip to main content

with_jit_compiler

Function with_jit_compiler 

pub fn with_jit_compiler<R>(
    opt_level: OptimizationLevel,
    f: fn(&mut EvmCompiler<EvmLlvmBackend>) -> R,
) -> R
Available on (crate features __fuzzing) and crate feature llvm only.