feat: add experimental tailcall vm backend
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use fix_error::Error;
|
||||
use fix_common::Symbol;
|
||||
use fix_error::Error;
|
||||
use gc_arena::Gc;
|
||||
|
||||
use crate::{BytecodeReader, CallFrame, StepResult, WithEnv};
|
||||
use gc_arena::Gc;
|
||||
|
||||
impl<'gc> crate::Vm<'gc> {
|
||||
#[inline(always)]
|
||||
@@ -83,4 +83,4 @@ impl<'gc> crate::Vm<'gc> {
|
||||
self.with_env = with_env;
|
||||
StepResult::Continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user