mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
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
This commit is contained in:
parent
184327a68d
commit
fdab75a144
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue