1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-21 02:38:12 +00:00
parent 1811ebcee5
commit df2d517825

View file

@ -1,3 +1,14 @@
2000-03-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* gc.c (alloc_some_heap): Further improvement of minimal heap size
prediction.
(SCM_MAX): New macro.
(scm_freelist_t): New field: collected_1. Previous amount of
collected cells.
(gc_sweep_freelist_finish): Trigger based on two last values of
freelist->collected to avoid unnecessary allocation due to
temporary peaks.
2000-03-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
* numbers.h (SCM_MAKINUM): The parameter to SCM_MAKINUM should