From 3a26241da3aec3d20dfc408a32de1c539455c89b Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 27 Nov 2014 04:20:14 +0000 Subject: * gc.c (objspace_malloc_increase): enable lazy sweep on GC by malloc() (malloc_increase) to make GC incrementally. This change can increase memory consumption. Report us if you find any problem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5235853267..cc1a935fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 27 13:11:00 2014 Koichi Sasada + + * gc.c (objspace_malloc_increase): enable lazy sweep on GC by malloc() + (malloc_increase) to make GC incrementally. + + This change can increase memory consumption. Report us if you find + any problem. + Thu Nov 27 12:46:38 2014 Tanaka Akira * time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments form -- cgit v1.2.3