home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
coders
/
collector
/
changelog
< prev
next >
Wrap
Text File
|
1995-04-15
|
970b
|
26 lines
01-Nov-1993 [lars]
Start of development, at that times still as part of Modder, to be able
to handle lots of multiply referenced records.
I expect that the speed penalty during allocations is outweighed by
the reduced costs in the handling of the elements.
The disadvantage is a greater memory overhead (10 Byte per Element),
otoh some wrapping records may be omitted.
16-Nov-1993 [lars]
Added 'NoStatistics' option.
03-Feb-1994 [lars]
Simplified the internal handling by splitting the two big rings
into several small ones. Also reduced the number ring reconfigurations
during GC.
07-Feb-1994 [lars]
Dropped special 'Statistics' version, instead split of a version with lesser
memory overhead (6 Bytes instead of 10) and faster grey shading, but more
needed efforts during the actual garbage collection.
10-Feb-1993 [lars] 1.0
'Rootness' is now part of the intrinsic element type, thus simplifying the
interface.