ruby-changes:34266
From: kazu <ko1@a...>
Date: Wed, 4 Jun 2014 22:11:58 +0900 (JST)
Subject: [ruby-changes:34266] kazu:r46347 (trunk): fix typo [ci skip]
kazu 2014-06-04 22:11:55 +0900 (Wed, 04 Jun 2014) New Revision: 46347 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46347 Log: fix typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 46346) +++ ChangeLog (revision 46347) @@ -39,7 +39,7 @@ Tue Jun 3 18:01:27 2014 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L39 Tue Jun 3 17:54:21 2014 Koichi Sasada <ko1@a...> * gc.c: change the counting method for young objects. - clear counter at the beggining of every GC and + clear counter at the beginning of every GC and count promoted (infant->young) objects. Some promotions (infant->young) are transition of promoting to old -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/