From dfa892af437d7c6e01406134a5baded91b4db541 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 16 Dec 2013 04:12:48 +0000 Subject: * gc.c: introduce GC.verify_internal_consistency method to verify GC internal data structure. Now this method only checks geneartion (old/young) consistency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a995d632f..a80c888627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 16 13:10:54 2013 Koichi Sasada + + * gc.c: introduce GC.verify_internal_consistency method to verify GC + internal data structure. + + Now this method only checks geneartion (old/young) consistency. + Mon Dec 16 11:49:26 2013 Aman Gupta * gc.c (gc_info_decode): Fix build errors when compiled with -- cgit v1.2.3