Proceedings of the 1982 ACM Symposium on LISP and Functional Programming - LFP '82 1982
DOI: 10.1145/800068.802146
|View full text |Cite
|
Sign up to set email alerts
|

Improved effectiveness from a real time LISP garbage collector

Abstract: i n h e r e n t to r e a l -t i m e g a r b a g e c o l l e c t o r s , and g i v e s o m e e v i d e n c e t h a t the p r o p o s e d a l g o r i t h m t e n d s to r e d u c e t h e s e p r o b l e m s . In a v i r t u a l m e m o r y i m p l e m e n t a t i o n , the a l g o r i t h m r e s t r u c t u r e s the c e l l s t o r a g e a r e a m o r e c o m p a c t l y , t h u s r e d u c i n g w o r k i n g sets. T h e a l g o r i t h m a l s o m a y p r o v i d e a m o r e g a r b a g e -f r e e s t o r a … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

1987
1987
1997
1997

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 10 publications
(2 citation statements)
references
References 10 publications
0
2
0
Order By: Relevance
“…When this technique is used with applications requiring large heaps, the time used for collecting garbage is relatively small. This technique is widely used by many generational garbage collector implementations [9][10][11], as well as by many real-time and parallel garbage collector implementations [8,12,13]. Our method can be used in conjunction with all these scavenging garbage collectors.…”
Section: Problems and Solutionsmentioning
confidence: 99%
“…When this technique is used with applications requiring large heaps, the time used for collecting garbage is relatively small. This technique is widely used by many generational garbage collector implementations [9][10][11], as well as by many real-time and parallel garbage collector implementations [8,12,13]. Our method can be used in conjunction with all these scavenging garbage collectors.…”
Section: Problems and Solutionsmentioning
confidence: 99%
“…Several authors [6,201 have suggested that copying garbage collection can be used to increase the locality of refence in virtual memory for the objects it copies. The copying algorithm as presented in this chapter traverses and copies the graph of accessible objects in a breadth-first fashion.…”
Section: Extensions Of the Algorithmmentioning
confidence: 99%