xo-interpreter2 stack: handle SequenceExpr + gc for frames
This commit is contained in:
parent
2e5c2e7149
commit
2f770d1c47
24 changed files with 574 additions and 37 deletions
|
|
@ -4,6 +4,7 @@
|
|||
**/
|
||||
|
||||
#include "DVsmApplyClosureFrame.hpp"
|
||||
#include "LocalEnv.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::mm::AGCObject;
|
||||
|
|
@ -52,7 +53,8 @@ namespace xo {
|
|||
std::size_t
|
||||
DVsmApplyClosureFrame::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
(void)gc;
|
||||
gc.forward_inplace(&stack_);
|
||||
gc.forward_inplace(&local_env_);
|
||||
|
||||
return this->shallow_size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue