From 5ebf0091ec6e5a9c9d3baaa6e7a6d5035b52f45b Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 14 Mar 2000 15:12:23 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1e4d89e92..16238586d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,12 @@ 2000-03-14 Mikael Djurfeldt + * init.c (scm_boot_guile_1): Use same initial segment size for + 1-word and 2-word segments. Having the smaller size causes Guile + to GC too often. Obviously something needs to be done to allow + for a smaller 2-word segment without this to happen. (The amount + of heap for each type should be automatically adapted to the + application somehow.) + [Almost all of these changes should be documented in the NEWS file.]