From 1d23c250f07a3d977eb5b0c9dd4fac359dc112d2 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 19 Aug 2007 04:34:44 +0000 Subject: * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected objects if valgrind is available. It cannot detect first 2 words because they are used as the free list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 836e15c2df..1c4ff64fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 19 13:31:40 2007 Tanaka Akira + + * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected + objects if valgrind is available. It cannot detect first 2 words + because they are used as the free list. + Sun Aug 19 13:13:52 2007 Koichi Sasada * compile.c (iseq_compile_each/NODE_RESBODY): fix to add -- cgit v1.2.3