Files
mruby-mruby/mrbgems
dearblue f3b393272c Free stack memory at end of fiber
Immediately frees the call stack and data stack at the end of a non-root fiber.
If the env object needs to be detached, the data stack is reused through `mrb_realloc()`.

Previously, it was not necessary to take into account that `c->cibase` could be `NULL`.
Note that this is no longer the case due to this patch.
In fact, changes to "mruby-fiber" are now required.
2024-04-09 21:13:32 +09:00
..
2023-05-22 12:05:35 +09:00
2024-01-20 22:07:29 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00