xo-gc stack: + ACollector.shallow_copy()

This commit is contained in:
Roland Conybeare 2026-04-03 18:33:09 -04:00
commit ea734fb3f4
6 changed files with 67 additions and 2 deletions

View file

@ -65,6 +65,12 @@ ICollector_Any::assign_member(Opaque, void *, obj<AGCObject> *, obj<AGCObject> &
_fatal();
}
auto
ICollector_Any::alloc_copy(Opaque, std::byte *) -> void *
{
_fatal();
}
auto
ICollector_Any::forward_inplace(Opaque, AGCObject *, void **) -> void
{