[ruby-cvs:51998] ko1:r44853 (trunk): * gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Thu Feb 6 09:04:14 JST 2014
ko1 2014-02-06 09:04:14 +0900 (Thu, 06 Feb 2014)
New Revision: 44853
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44853
Log:
* gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,
then set objspace->rgengc.oldmalloc_increase_limit.
Without this fix, the env variable RUBY_GC_OLDMALLOC_LIMIT
does not work.
* gc.c (get_envparam_int): accept a value equals to lowerbounds.
* gc.c (get_envparam_double): ditto.
Modified files:
trunk/ChangeLog
trunk/gc.c
More information about the ruby-cvs
mailing list