Sciweavers

IWMM
1998
Springer

Compiler Support to Customize the Mark and Sweep Algorithm

13 years 9 months ago
Compiler Support to Customize the Mark and Sweep Algorithm
Mark and sweep garbage collectors (GC) are classical but still very efficient automatic memory management systems. Although challenged by other kinds of systems, such as copying collectors, mark and sweep collectors remain among the best in terms of performance. This paper describes our implementation of an efficient mark and sweep garbage collector tailored to each program. Compiler support provides the type information required to statically and automatically generate this customized garbage collector. The segregation of objects by type allows the production of a more efficient GC code. This technique, implemented in SmallEiffel, our compiler for the object-oriented language Eiffel, is applicable to other languages and other garbage collection algorithms, be they distributed or not. We present the results obtained on programs featuring a variety of programming styles and compare our results to a well-know and high quality garbage collector.
Dominique Colnet, Philippe Coucaud, Olivier Zendra
Added 06 Aug 2010
Updated 06 Aug 2010
Type Conference
Year 1998
Where IWMM
Authors Dominique Colnet, Philippe Coucaud, Olivier Zendra
Comments (0)