xo-interpreter2: + xo-gc dep for primitives

This commit is contained in:
Roland Conybeare 2026-03-24 22:12:38 -04:00
commit 12d3b1a21c
3 changed files with 10 additions and 0 deletions

View file

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