From 28a180ed2f94acc2bd08fb3943329a68f83efeec Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 15 May 2014 09:43:18 +0000 Subject: * gc.c: introduce macros to remove magic number. GC_HEAP_FREE_SLOTS_MIN_RATIO = 0.3: guarantee minimum empty slots ratio after sweep. GC_HEAP_FREE_SLOTS_MAX_RATIO = 0.8: allow to free pages 0.2 (= 1-0.8) of current existing slots. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a46e60ea71..cdd712a89a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu May 15 18:42:49 2014 Koichi Sasada + + * gc.c: introduce macros to remove magic number. + + GC_HEAP_FREE_SLOTS_MIN_RATIO = 0.3: guarantee minimum empty slots + ratio after sweep. + GC_HEAP_FREE_SLOTS_MAX_RATIO = 0.8: allow to free pages 0.2 (= 1-0.8) + of current existing slots. + Thu May 15 17:32:51 2014 Hiroshi Shirosaki * thread_win32.c (rb_w32_stack_overflow_handler): use Structured -- cgit v1.2.3