From 2974b00f1713156528db1d482cf247c1c37c7ceb Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 Dec 2012 07:23:20 +0000 Subject: marshal.c: GC guard * marshal.c (w_object, marshal_dump, r_object0, marshal_load): use RB_GC_GUARD() (directly or indirectly) instead of volatile. * variable.c (rb_path_to_class): prevent the arguemnt from GC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a512e4022a..a2d6f08237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 4 16:23:12 2012 Nobuyoshi Nakada + + * marshal.c (w_object, marshal_dump, r_object0, marshal_load): use + RB_GC_GUARD() (directly or indirectly) instead of volatile. + + * variable.c (rb_path_to_class): prevent the arguemnt from GC. + Tue Dec 04 13:55:07 2012 Koichi Sasada * vm_opts.h: enable optimization - operand unifications. -- cgit v1.2.3