| Age | Commit message (Collapse) | Author |
|
Error check inprovements in cdump and dump
|
|
|
|
|
|
src/cdump.h: Use error codes defined in mruby/cdump.h.
|
|
|
|
|
|
Modify `Range#initialize`
|
|
Doesn't clear black of all marked objects in the major collector.
|
|
|
|
|
|
|
|
Since the minor collector doesn't need to mark these objects, the worst-case pause time is reduced.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added s flag to ar command
|
|
close #712
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL.
In this case, pop() should not be called because codegen generates no code.
|
|
|
|
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Module#class_variable_set for mruby
|
|
|
|
|
|
|
|
|
|
|
|
|