Proceedings of the Fourth International Conference on Functional Programming Languages and Computer Architecture - FPCA '89 1989
DOI: 10.1145/99370.99375
|View full text |Cite
|
Sign up to set email alerts
|

Computer-time garbage collection by sharing analysis

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
15
0

Year Published

1997
1997
2016
2016

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 62 publications
(15 citation statements)
references
References 9 publications
0
15
0
Order By: Relevance
“…In the space of functional languages, there are: rewriting methods such as deforestation [9,12,34], sharing analysis based reallocation [17], region based analysis [33], and insertion of compiletime nullifying statements [16,21]. All compile-time marking approaches rely on an efficient and precise alias analysis and cannot provide significant improvement in its absence.…”
Section: Related Workmentioning
confidence: 99%
“…In the space of functional languages, there are: rewriting methods such as deforestation [9,12,34], sharing analysis based reallocation [17], region based analysis [33], and insertion of compiletime nullifying statements [16,21]. All compile-time marking approaches rely on an efficient and precise alias analysis and cannot provide significant improvement in its absence.…”
Section: Related Workmentioning
confidence: 99%
“…In the first, the program itself is instrumented to manage reclamation and reallocation without the aid of the garbage collector. Such attempts include: sharing analysis based reallocation [12], deforestation techniques [13,14,15], methods based on linear logic [16] and region analysis [17]. Closer to our approach, there are methods that enable the garbage collector to collect more garbage [18,6] by explicitly nullifying pointers that are not live.…”
Section: Related Workmentioning
confidence: 99%
“…Strictness analysis [8,24,25,36], update analysis [4,19], and sharing analysis [20] may all be able to provide useful information.…”
Section: Related Workmentioning
confidence: 99%