xo-gc: + poly gc root method

This commit is contained in:
Roland Conybeare 2026-01-03 00:33:35 -05:00
commit e35a6ae587
8 changed files with 13 additions and 15 deletions

View file

@ -229,11 +229,9 @@ namespace xo {
}
void
DX1Collector::add_gc_root(typeseq tseq,
Opaque * root) noexcept
DX1Collector::add_gc_root_poly(obj<AGCObject> * p_root) noexcept
{
(void)tseq;
(void)root;
(void)p_root;
}
void