1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2003-04-19 17:23:50 +00:00
parent 3d167db8a9
commit a980f465e9
2 changed files with 8 additions and 0 deletions

7
NEWS
View file

@ -49,6 +49,13 @@ protect, is now initialized correctly.
The class redefinition protocol now properly removes the old accessor The class redefinition protocol now properly removes the old accessor
methods from their accessors. methods from their accessors.
** GOOPS method dispatch bug fixed.
Previously, the code updating the method cache in generic functions
got confused if handed method code created in a null environment
(environment = empty list). It now stands every environment
imaginable (think about it!).
** Garbage collection frequency improved for large malloc heaps ** Garbage collection frequency improved for large malloc heaps
The decision when to run the GC is now done in a way that avoids GCs The decision when to run the GC is now done in a way that avoids GCs

1
THANKS
View file

@ -64,6 +64,7 @@ For fixes or providing information which led to a fix:
David Pirotte David Pirotte
Sergey Poznyakoff Sergey Poznyakoff
Ariel Rios Ariel Rios
Andreas Rottmann
Julian Satchell Julian Satchell
Bill Schottstaedt Bill Schottstaedt
Alex Schroeder Alex Schroeder