xo-interpreter2 stack: VSM as AGCObject for virtual root
This commit is contained in:
parent
e880cc48cc
commit
45f6bccd9c
18 changed files with 687 additions and 413 deletions
|
|
@ -185,7 +185,11 @@ namespace xo {
|
|||
std::size_t
|
||||
DArray::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
for (size_type i = 0; i < size_; ++i) {
|
||||
log && log("DArray::forward_children (loop)", xtag("i", i), xtag("z", size_));
|
||||
|
||||
obj<AGCObject> & elt = elts_[i];
|
||||
|
||||
gc.forward_inplace(&elt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue