Avoid needless GC on startup due to scm_gc_register_allocation
authorAndy Wingo <wingo@pobox.com>
Thu, 28 Nov 2013 11:10:50 +0000 (12:10 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 28 Nov 2013 11:10:50 +0000 (12:10 +0100)
commit553294d958c953f57658bad45affc15b55fcc471
tree46f95d4329455d43ec15c7ddd6bd6851ad25e2d3
parent87fc4596e54d69559ce27868dd1a604ea322a6b1
Avoid needless GC on startup due to scm_gc_register_allocation

* libguile/gc.c (bytes_until_gc): Initialize to
  DEFAULT_INITIAL_HEAP_SIZE, to avoid forced GC on the first
  mallocation.
libguile/gc.c