From fdab75a144580898b4917e01191df1f1875c5a1f Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Mon, 27 Nov 2006 00:15:53 +0000 Subject: [PATCH] Expand heap size at startup time. * libguile/gc.c (scm_storage_prehistory): Invoke `GC_expand_hp ()'. git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-49 --- libguile/gc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libguile/gc.c b/libguile/gc.c index afa8039ab..cfdc36055 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -681,6 +681,7 @@ scm_storage_prehistory () GC_all_interior_pointers = 0; GC_INIT (); + GC_expand_hp (SCM_DEFAULT_INIT_HEAP_SIZE_2); /* We only need to register a displacement for those types for which the higher bits of the type tag are used to store a pointer (that is, a -- 2.20.1