refactor: + narrower interface for gc pointer forwarding

add AGCObjectVisitor, instead of requiring ACollector.
This commit is contained in:
Roland Conybeare 2026-04-05 23:53:02 -04:00
commit 801bb9e39d
266 changed files with 952 additions and 947 deletions

View file

@ -625,7 +625,7 @@ namespace xo {
#endif
void
DExpectExprSsm::forward_children(obj<ACollector> /*gc*/) noexcept
DExpectExprSsm::visit_gco_children(obj<AGCObjectVisitor>) noexcept
{
// all members POD, skip
}