refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
This commit is contained in:
parent
5676a69dd3
commit
39ae54167f
28 changed files with 94 additions and 66 deletions
|
|
@ -34,9 +34,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DInteger::forward_children(obj<ACollector>) noexcept
|
||||
DInteger::visit_gco_children(obj<AGCObjectVisitor>) noexcept
|
||||
{
|
||||
// no-op
|
||||
// no-op. childless
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue