| Age | Commit message (Collapse) | Author |
|
|
|
|
|
into christopheraue-const_set_mod_to_s
|
|
|
|
It will no longer shrink arena region. Instead `vm.c` uses
a static function `mrb_gc_arena_shrink()` to shrink.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For readability's sake.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix a typo in gc.c.
|
|
Arena can be modified during the marking phase.
|
|
Because the root context cannot be marked from fibers.
|
|
|
|
Mostly for debugging purpose.
|
|
|
|
|
|
|
|
This means #3701 is now OK to merge.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And arena-overflow error as well. They should not be caught by
`rescue` by default.
|