feat(jit): fib!
This commit is contained in:
@@ -33,8 +33,6 @@ pub enum OpCode {
|
||||
|
||||
/// jump forward
|
||||
Jmp { step: usize },
|
||||
/// [ .. cond ] consume 1 element, if `cond`` is true, then jump forward
|
||||
JmpIfTrue { step: usize },
|
||||
/// [ .. cond ] consume 1 element, if `cond` is false, then jump forward
|
||||
JmpIfFalse { step: usize },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user