xo-interpreter2: + xo-gc dep for primitives

This commit is contained in:
Roland Conybeare 2026-03-24 22:12:38 -04:00
commit c9a1793acd
4 changed files with 11 additions and 1 deletions

View file

@ -86,6 +86,8 @@ namespace xo {
}
this->global_env_ = reader_.global_env();
//this->_add_gc_roots();
}
obj<AAllocator>