From 66db637a9fc0e03b4b25e213e2e96ddf5b53597f Mon Sep 17 00:00:00 2001 From: nari Date: Thu, 22 Nov 2012 15:03:46 +0000 Subject: * gc.c (is_swept_object): extract from is_dead_object(). * gc.c (rb_gcdebug_print_obj_condition): add the function for debug. This function shows some conditions of given object (e.g., marked, in heap, swept). * gc.c (rb_gcdebug_sentinel): add the function for debug. This function allow check to inadvertently free up an object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b99737a4b..03deafb5af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Nov 22 23:48:10 2012 Narihiro Nakamura + + * gc.c (is_swept_object): extract from is_dead_object(). + + * gc.c (rb_gcdebug_print_obj_condition): add the function for debug. + This function shows some conditions of given object (e.g., + marked, in heap, swept). + + * gc.c (rb_gcdebug_sentinel): add the function for debug. + This function allow check to inadvertently free up an object. + Thu Nov 22 23:45:18 2012 Hiroshi Shirosaki * array.c (rb_ary_shared_with_p): fix cache validity check. -- cgit v1.2.3