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