| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
== NULL"
|
|
|
|
|
|
Fix GC of struct
|
|
Fix Struct#new and GC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|