Skip to content

Commit

Permalink
quicker release of arena after ensure calls
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jan 3, 2014
1 parent d32a67e commit 4b68fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4b68fbc

Please sign in to comment.