quicker release of arena after ensure calls

parent d32a67e4
......@@ -857,8 +857,8 @@ mrb_context_run(mrb_state *mrb, struct RProc *proc, mrb_value self, unsigned int
for (n=0; n<a; n++) {
ecall(mrb, --mrb->c->ci->eidx);
ARENA_RESTORE(mrb, ai);
}
ARENA_RESTORE(mrb, ai);
NEXT;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment