/[guile]/guile/guile-core/NEWS
ViewVC logotype

Diff of /guile/guile-core/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.310.2.40 by mdj, Thu Apr 17 18:47:01 2003 UTC revision 1.310.2.41 by mvo, Sat Apr 19 11:18:10 2003 UTC
# Line 49  protect, is now initialized correctly. Line 49  protect, is now initialized correctly.
49  The class redefinition protocol now properly removes the old accessor  The class redefinition protocol now properly removes the old accessor
50  methods from their accessors.  methods from their accessors.
51    
52    ** Garbage collection frequency improved for large malloc heaps
53    
54    The decision when to run the GC is now done in a way that avoids GCs
55    with a small yield for heaps with a large amount of malloced storage.
56    The minimum expected yield for malloc storage is now relative to the
57    heap size, and not a fixed amount as it was previously.
58    
59  * Changes to Scheme functions and syntax  * Changes to Scheme functions and syntax
60    
61  ** %fast-slot-ref no longer checks slot boundness  ** %fast-slot-ref no longer checks slot boundness

Legend:
Removed from v.1.310.2.40  
changed lines
  Added in v.1.310.2.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26