From ffa87b40576976f5ab0bfeb7c7eca81021841500 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 29 Oct 2015 07:26:44 +0000 Subject: * gc.c: introduce rb_wb_unprotected_newobj_of() and rb_wb_protected_newobj_of(), pass the WB_PROTECTED information explicitly. * internal.h: use introduced functions by NEWOBJ_OF(). `flag' is immediate value, so that C compilers can solve them at compile time. * include/ruby/ruby.h: add a commnent about that. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e5e70b621..abe56cc8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Oct 29 16:20:26 2015 Koichi Sasada + + * gc.c: introduce rb_wb_unprotected_newobj_of() and + rb_wb_protected_newobj_of(), pass the WB_PROTECTED + information explicitly. + + * internal.h: use introduced functions by NEWOBJ_OF(). + `flag' is immediate value, so that C compilers can + solve them at compile time. + + * include/ruby/ruby.h: add a commnent about that. + Thu Oct 29 14:52:03 2015 Koichi Sasada * gc.c: add rb_objspace::flags::has_hook to represent hook availability. -- cgit v1.2.3