home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / collector / changelog < prev    next >
Text File  |  1995-04-15  |  970b  |  26 lines

  1. 01-Nov-1993 [lars]
  2.   Start of development, at that times still as part of Modder, to be able
  3.     to handle lots of multiply referenced records.
  4.     I expect that the speed penalty during allocations is outweighed by
  5.     the reduced costs in the handling of the elements.
  6.     The disadvantage is a greater memory overhead (10 Byte per Element),
  7.     otoh some wrapping records may be omitted.
  8.  
  9. 16-Nov-1993 [lars]
  10.   Added 'NoStatistics' option.
  11.  
  12. 03-Feb-1994 [lars]
  13.   Simplified the internal handling by splitting the two big rings
  14.     into several small ones. Also reduced the number ring reconfigurations
  15.     during GC.
  16.  
  17. 07-Feb-1994 [lars]
  18.   Dropped special 'Statistics' version, instead split of a version with lesser
  19.     memory overhead (6 Bytes instead of 10) and faster grey shading, but more
  20.     needed efforts during the actual garbage collection.
  21.  
  22. 10-Feb-1993 [lars]  1.0
  23.   'Rootness' is now part of the intrinsic element type, thus simplifying the
  24.     interface.
  25.  
  26.