pub fn compile<C: Constant>(
bytecode: &CodeObject<C>,
args: &[JitType],
ret: Option<JitType>,
) -> Result<CompiledCode, JitCompileError>pub fn compile<C: Constant>(
bytecode: &CodeObject<C>,
args: &[JitType],
ret: Option<JitType>,
) -> Result<CompiledCode, JitCompileError>