guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 ChangeLog boot-9.scm


From: Mikael Djurfeldt
Subject: guile/guile-core/ice-9 ChangeLog boot-9.scm
Date: Wed, 19 Feb 2003 11:16:40 -0500

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       03/02/19 11:16:40

Modified files:
        guile-core/ice-9: ChangeLog boot-9.scm 

Log message:
        * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
        (since hash tables now adapt their size).
        
        * modules.c (scm_modules_prehistory): Changed from 2001 to 1533
        (current number of prehistory bindings; hashtable code will select
        a prime which is greater than this value).
        
        * symbols.c (scm_symbols_prehistory): Changed from 1009 to 2139
        (current number of initial symbols).
        
        * properties.c (scm_init_properties): Don't specify size of
        scm_properties_whash.
        
        * objprop.c (scm_init_objprop): Don't specify size of
        scm_object_whash.
        
        * keywords.c (scm_init_keywords): Don't specify a hash table size.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/ice-9/ChangeLog.diff?tr1=1.548&tr2=1.549&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/ice-9/boot-9.scm.diff?tr1=1.298&tr2=1.299&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]