xo-gc: retire DX1Collector._forward_children_until_fixpoint()
This commit is contained in:
parent
0fdf5badd5
commit
041eae0c0e
2 changed files with 3 additions and 1 deletions
|
|
@ -382,13 +382,13 @@ namespace xo {
|
|||
* use to detect forwarding activity after visiting objects
|
||||
**/
|
||||
GCMoveCheckpoint _snap_move_checkpoint(Generation upto);
|
||||
#endif
|
||||
|
||||
/** traverse objects allocated after @p ckp, to make sure their children
|
||||
* are forwarded. Repeat until traverse doesn't find any unforwarded children
|
||||
**/
|
||||
void _forward_children_until_fixpoint(Generation upto,
|
||||
const GCMoveCheckpoint & ckp);
|
||||
#endif
|
||||
|
||||
/** Evacuate object at @p *lhs_data to to-space.
|
||||
* Replace original with forwarding pointer to new location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue