Yukihiro "Matz" Matsumoto
|
5c0b9b703c
|
primary mruby fiber implementation
|
2013-05-20 17:54:07 +09:00 |
|
Ryan Scott
|
4acfadfee1
|
Fixed the each object callback to be more consistent with other callbacks.
|
2013-05-18 10:55:41 +10:00 |
|
Ryan Scott
|
40d63f7740
|
Changed the each_object callback so that a pointer is passed for the object, instead of the struct.
|
2013-05-17 08:02:24 +10:00 |
|
Ryan Scott
|
f62cc5b1ee
|
Changed the object_count so that it only iterates over the RBasic object, not the full RVALUE known by the GC
|
2013-05-17 07:41:13 +10:00 |
|
Ryan Scott
|
222918deae
|
First implementation of ObjectSpace moved outside of gc.c
|
2013-05-17 07:21:33 +10:00 |
|