| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It is safer than applying 1bit bit-fields to signed int.
For forward compatibility, you should substiture only 1 or 0 for the variable typed mrb_bool.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use new mrb_get_args binary specifier.
|
|
These objects will be traversed after a minor collect cycle.
|
|
|
|
Modify `Range#initialize`
|
|
|
|
Since the minor collector doesn't need to mark these objects, the worst-case pause time is reduced.
|
|
Skip sweeping old slots which don't contain any young object in the minor GC
|
|
|
|
vm.c: Enable DEBUG(x) if VM_DEBUG is defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initialize mrb->irep array with 0 when realloc is called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|