xo-gc: streamlining/simplifying

This commit is contained in:
Roland Conybeare 2026-04-03 17:29:18 -04:00
commit eba7219593
7 changed files with 30 additions and 44 deletions

View file

@ -752,9 +752,9 @@ namespace xo {
}
void *
GCObjectStore::_deep_move_interior(DX1Collector * gc,
void * from_src,
Generation upto)
GCObjectStore::deep_move_interior(DX1Collector * gc,
void * from_src,
Generation upto)
{
scope log(XO_DEBUG(config_.debug_flag_));