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:
parent
694332a36c
commit
9b92c891ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue