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

@@ -2,7 +2,8 @@ use hashbrown::HashMap;
use ecow::EcoString;
use crate::ty::internal::{Const, Param};
use crate::ty::internal::Param;
use crate::ty::common::Const;
type Slice<T> = Box<[T]>;