refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
This commit is contained in:
parent
bf8c3628ff
commit
d740c94406
105 changed files with 260 additions and 416 deletions
|
|
@ -1244,10 +1244,10 @@ case optype::op_assign:
|
|||
}
|
||||
|
||||
void
|
||||
DProgressSsm::forward_children(obj<ACollector> gc) noexcept
|
||||
DProgressSsm::visit_gco_children(obj<AGCObjectVisitor> gc) noexcept
|
||||
{
|
||||
gc.forward_pivot_inplace(&lhs_);
|
||||
gc.forward_pivot_inplace(&rhs_);
|
||||
gc.visit_poly_child(&lhs_);
|
||||
gc.visit_poly_child(&rhs_);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue