xo-interpreter2 stack: + RuntimeContext.visit_pools() method
This commit is contained in:
parent
5675e12d97
commit
038a931fa5
4 changed files with 19 additions and 2 deletions
|
|
@ -25,6 +25,12 @@ namespace xo {
|
|||
return vsm_->error_allocator();
|
||||
}
|
||||
|
||||
void
|
||||
DVsmRcx::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
vsm_->visit_pools(visitor);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue