Proceedings of the ACM SIGPLAN 2000 Conference on Programming Language Design and Implementation 2000
DOI: 10.1145/349299.349336
|View full text |Cite
|
Sign up to set email alerts
|

A generational on-the-fly garbage collector for Java

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
26
0

Year Published

2001
2001
2011
2011

Publication Types

Select...
4
3
3

Relationship

3
7

Authors

Journals

citations
Cited by 67 publications
(26 citation statements)
references
References 16 publications
0
26
0
Order By: Relevance
“…The colors can be kept in the object header or in a separate table. Following previous work (e.g., [11,1,16]) we have chosen the latter. Bartok assumes that objects are 4-byte aligned.…”
Section: A Mark-sweep Collectormentioning
confidence: 99%
“…The colors can be kept in the object header or in a separate table. Following previous work (e.g., [11,1,16]) we have chosen the latter. Bartok assumes that objects are 4-byte aligned.…”
Section: A Mark-sweep Collectormentioning
confidence: 99%
“…The collector combines incremental and priority-aware concurrent GC and achieves effective load balancing of parallel GC threads. On-the-fly GC [Domani et al 2000;Azatchi et al 2003], is a generational mark-sweep collector that eliminates the need for a system-wide safepoint, that is, it never stops all mutator threads at the same time. In Levanoni and Petrank [2006], the authors present on-the-fly reference counting GC for multiprocessors.…”
Section: Related Workmentioning
confidence: 99%
“…The "train" incremental algorithm [30] uses a write barrier to track references among different heap areas that are collected independently. Fully-concurrent (i.e., having no stop-the-world phase) on-the-fly mark-sweep collectors are unable to move objects [22,21,24,23,3]. Similarly for concurrent [18] and on-the-fly [4,34] reference counting collectors, which are also unable to collect cycles.…”
Section: Related Workmentioning
confidence: 99%