ruby-changes:31454
From: ko1 <ko1@a...>
Date: Tue, 5 Nov 2013 13:52:13 +0900 (JST)
Subject: [ruby-changes:31454] ko1:r43533 (trunk): fix typos in ChangeLog.
ko1 2013-11-05 13:52:10 +0900 (Tue, 05 Nov 2013) New Revision: 43533 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43533 Log: fix typos in ChangeLog. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43532) +++ ChangeLog (revision 43533) @@ -2,9 +2,9 @@ Tue Nov 5 13:37:19 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L2 * gc.c: add support to estimate increase of oldspace memory usage. This is another approach to solve an issue discussed at r43530. - This feature is diabled as default. + This feature is disabled as default. - This feature measures an increment of memory consuption by oldgen + This feature measures an increment of memory consumption by oldgen objects. It measures memory consumption for each objects when the object is promoted. However, measurement of memory consumption is not accurate now. So that this measurement is `estimation'. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/