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
nobu d3363a96df object_tracing.c: fix allocation from NEWOBJ hook
* ext/objspace/object_tracing.c (newobj_i): use cached class path
  only to get rid object allocation during NEWOBJ hook.
  [ruby-core:58853] [Bug #9212]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-12-09 03:26:07 +00:00
..
depend * ext/objspace/object_tracing.c: Add experimental methods to dump 2013-11-08 17:06:55 +00:00
extconf.rb objspace_dump.c: refine output 2013-11-14 16:06:09 +00:00
object_tracing.c object_tracing.c: fix allocation from NEWOBJ hook 2013-12-09 03:26:07 +00:00
objspace.c ext/objspace: remove OS.after_gc_start_hook= and move internal test 2013-12-05 09:24:02 +00:00
objspace.h * ext/objspace/object_tracing.c: Add experimental methods to dump 2013-11-08 17:06:55 +00:00
objspace_dump.c * ext/objspace/objspace_dump.c (dump_append_string_value): Escape 2013-11-26 05:27:22 +00:00