Title :
Garbage collection software integrated with the system swapper in a virtual memory system
Author :
Katzberg, Jack D. ; Katzberg, Pauline
Author_Institution :
Regina Univ., Sask., Canada
fDate :
6/15/1905 12:00:00 AM
Abstract :
The authors have designed and implemented a modular Lisp interpreter for garbage collector evaluation. Data structures such as the list store, the hash table, the symbol table and the stacks were kept in separate modules with only the routines needed to handle them. Routines in other modules may only read and manipulate these data structures through the specified routines. Using this approach, when a garbage collector strategy or method of storing list cells is changed only the store module need be modified. Test programs and measurement strategies were designed for evaluating garbage collector performance in a virtual memory environment. Three garbage collectors have been coded and tested. They are a conventional link reversal marking garbage collector, a conventional recopying garbage collector, and a garbage collector integrated with the system swapper. The implementations are described and their performances are compared.
Keywords :
LISP; program interpreters; storage management; virtual storage; garbage collector evaluation; garbage collector strategy; hash table; link reversal marking; list store; modular Lisp interpreter; recopying; symbol table; system swapper; virtual memory system; Data structures; Testing;
Conference_Titel :
WESCANEX 93. 'Communications, Computers and Power in the Modern Environment.' Conference Proceedings., IEEE
Conference_Location :
Saskatoon, Sask., Canada
Print_ISBN :
0-7803-1319-4
DOI :
10.1109/WESCAN.1993.270572