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
f79e44a2b9
commit
f7ab6beff0
54 changed files with 320 additions and 144 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