From e7d8c473c17540dbc0b360efd689fbd2def69967 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 3 Jun 2014 04:19:21 +0000 Subject: * gc.c (objspace_live_slot): live slot count should not include final slot (contains T_ZOMBIE) count. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f74db4b8f..52035b900f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 3 13:18:24 2014 Koichi Sasada + + * gc.c (objspace_live_slot): live slot count should not include final + slot (contains T_ZOMBIE) count. + Tue Jun 3 13:03:21 2014 Koichi Sasada * gc.c (obj_free): fix spacing. -- cgit v1.2.3