ruby-changes:37782
From: ko1 <ko1@a...>
Date: Fri, 6 Mar 2015 07:22:25 +0900 (JST)
Subject: [ruby-changes:37782] ko1:r49863 (trunk): add Changelog
ko1 2015-03-06 07:22:18 +0900 (Fri, 06 Mar 2015) New Revision: 49863 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49863 Log: add Changelog Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49862) +++ ChangeLog (revision 49863) @@ -15,6 +15,9 @@ Fri Mar 6 07:00:44 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L15 However, created two T_ICLASS objects have same or shorter lifetime than M1 (T_MODULE) object. So that we only need to mark mtbl from M1, not from T_ICLASS objects. This patch tries marking only from M1. + In other words, original module (M1) has responsibility to mark mtbl. + Because of no duplicate marking, we don't need method_table_wrapper + any more. Note that one `Module#prepend` call creates two T_ICLASS objects. One for refering to a prepending Module object, same as -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/