refactor focusing on xo-alloc2/ xo-gc/ write-barrier

ability to inform allocator of gco->gco mutation, via AAllocator i/face.
This commit is contained in:
Roland Conybeare 2026-05-01 19:54:26 -04:00
commit 9b92c891ed

View file

@ -133,7 +133,7 @@ namespace xo {
assert(!cell->is_empty());
if (!cell->is_empty()) {
cell->assign_head(rcx.collector(), dest);
cell->assign_head(rcx.allocator(), dest);
}
return cell;