From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile init.c Date: Tue, 14 Mar 2000 07:12:00 -0000 Message-id: <20000314151212.6846.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00391.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/03/14 07:12:12 Modified files: guile-core/libguile: init.c Log message: * 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.)