feat: JIT (WIP)

This commit is contained in:
2025-05-17 20:54:36 +08:00
parent c3d365d486
commit 95ebddf272
15 changed files with 175 additions and 274 deletions

View File

@@ -10,8 +10,8 @@ use rpds::vector_sync;
use crate::compile::compile;
use crate::ir::downgrade;
use crate::ty::public::Symbol;
use crate::ty::public::*;
use crate::ty::common::Const;
use crate::vm::JITContext;
use super::run;