ruby-changes:42414
From: kazu <ko1@a...>
Date: Tue, 5 Apr 2016 00:15:26 +0900 (JST)
Subject: [ruby-changes:42414] kazu:r54488 (trunk): fix typos [ci skip]
kazu 2016-04-05 01:12:03 +0900 (Tue, 05 Apr 2016) New Revision: 54488 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54488 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 54487) +++ ChangeLog (revision 54488) @@ -15,7 +15,7 @@ Mon Apr 4 23:37:05 2016 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L15 Mon Apr 4 17:43:45 2016 Koichi Sasada <ko1@a...> - * gc.c: change deafult value of + * gc.c: change default value of RUBY_GC_HEAP_FREE_SLOTS_MIN_RATIO 0.3 -> 0.2 RUBY_GC_HEAP_FREE_SLOTS_MAX_RATIO 0.8 -> 0.65 @@ -25,7 +25,7 @@ Mon Apr 4 17:43:45 2016 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L25 However, generational GC reduced each (minor) GC time and increase memory locality. So that not so big impact on my benchmarking results. - (surprizingly, this fix speed up programs on some cases) + (surprisingly, this fix speed up programs on some cases) You can change these values by environment variables if you feel wrong. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/