1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
ko1 ede6826186 * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.
ObjectSpace.reachable_objects_from_root returns all objects refered
  from root (called "root objects").
  This feature is for deep object analysis.
* test/objspace/test_objspace.rb: add a test.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-10-16 06:13:41 +00:00
..
depend * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
extconf.rb
gc_hook.c * ext/objspace/gc_hook.c: prohibit reentrant. 2013-10-11 09:13:18 +00:00
object_tracing.c * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix 2013-09-30 14:02:31 +00:00
objspace.c * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'. 2013-10-16 06:13:41 +00:00