feat: ir env (WIP)
This commit is contained in:
@@ -350,7 +350,7 @@ extern "C" fn helper_call<'gc>(
|
||||
|
||||
extern "C" fn helper_lookup(sym: usize, env: *const VmEnv) -> JITValue {
|
||||
let env = unsafe { env.as_ref() }.unwrap();
|
||||
let val: JITValue = env.lookup(&sym).unwrap().into();
|
||||
let val: JITValue = env.lookup_slow(&sym).unwrap().into();
|
||||
val
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user