Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!linus!decvax!ittatc!dcdwest!sdcsvax!ucbvax!simtel20.arpa!RCONN From: RCONN@SIMTEL20.ARPA (Rick Conn) Newsgroups: net.lang.ada Subject: Re: GC in Ada Message-ID: <12195496425.12.RCONN@SIMTEL20.ARPA> Date: Tue, 1-Apr-86 22:02:41 EST Article-I.D.: SIMTEL20.12195496425.12.RCONN Posted: Tue Apr 1 22:02:41 1986 Date-Received: Sat, 5-Apr-86 01:35:34 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 21 There is a simple garbage collector written in Ada in the repository in PD:GARBAGE*.*; data: %4 Garbage_Collection Author : Doug Bryan : Computer Systems Lab : Stanford University Machine/System Compiled/Run on : Data General MV/10000 running the Ada Development Environment 2.2 Keywords : MEMORY, GARBAGE, GARBAGE COLLECTION Abstract : This is a generic garbage collector. It simply maintains an internal linked list of items which have been freed then reuses these items when more are needed. -------