Files
mruby-mruby/src
dearblue 15dec83832 Fix mrb_funcall_with_block() uses more GC arena
If `mrb->jmp` is `NULL` and the function `mrb_funcall_with_block()` is
called, GC Arena is returned from the function with over-used.

- A normal (no global exodus) return will consume two GC Arena's.
- In the event of an exception, five GC Arena are consumed.

This patch reduces consumption in both cases to one.
2020-03-31 23:24:53 +09:00
..
2019-12-13 17:30:34 +09:00
2020-01-10 23:05:27 +09:00
2019-10-17 23:49:58 +09:00
2019-09-16 11:58:35 +09:00
2019-12-25 21:31:10 +09:00
2020-01-06 15:52:39 +09:00
2019-11-11 20:48:52 +09:00
2019-12-17 23:16:20 +09:00
2016-05-09 17:19:47 +02:00