From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!ames!haven!purdue!decwrl!hplabs!hpda!hpcuhb!hpcllla!hpclove!carol From: carol@hpclove.HP.COM (Carol Thompson) Newsgroups: comp.lang.ada Subject: Re: A belated discovery re: garbage collection Message-ID: <1220005@hpclove.HP.COM> Date: 16 Jan 89 15:59:11 GMT References: <4086@hubcap.UUCP> Organization: HP NSG/ISD California Language Lab List-Id: Barry Margolin writes: >I don't know what the references for generational GC's are; recent >Lisp and Functional Programming Conference proceedings are probably a >good place to look. David Ungar did a great deal of work on Generation GC (I think he may have originated the idea). The paper "Generation Scavenging: A Non-disruptive High Performance Storage Reclamation Algorithm" is in the Proceedings of the ACM SIGSOFT/SIGPLAN Software Engineering Symposium on Practical Software Development Environments, April 23-25, 1984, which was published as the May 1984 issue of both Software Engineering Notes and SIGPLAN Notices. I hope that helps. Carol Thompson