summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-14 15:12:23 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-14 15:12:23 +0000
commit5ebf0091ec6e5a9c9d3baaa6e7a6d5035b52f45b (patch)
tree7c23439f74068f08cb3fc6782f244924ff3df35b
parent069fe4257cfd66d8d58f38dd9c96467ce8b32609 (diff)
downloadguile-5ebf0091ec6e5a9c9d3baaa6e7a6d5035b52f45b.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <mdj@thalamus.nada.kth.se>
+ * 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.]