feat: gc-arena

finally...
This commit is contained in:
2025-05-28 21:52:13 +08:00
parent c3ace28af1
commit 99dce2e778
7 changed files with 98 additions and 99 deletions

View File

@@ -1,12 +1,11 @@
use hashbrown::HashSet;
use derive_more::Constructor;
use gc_arena::{Arena, Collect, Rootable};
use gc_arena::Collect;
use rpds::Vector;
use crate::error::Result;
use crate::ty::public as p;
use crate::vm::{GcRoot, VM};
use crate::vm::VM;
use super::Value;