Garbage collecting the internet: A survey of distributed garbage collection
SE Abdullahi, GA Ringwood - ACM Computing Surveys (CSUR), 1998 - dl.acm.org
Internet programming languages such as Java present new challenges to garbage-
collection design. The spectrum of garbage-collection schema for linked structures …
collection design. The spectrum of garbage-collection schema for linked structures …
Concurrent cycle collection in reference counted systems
Automatic storage reclamation via reference counting has important advantages, but has
always suffered from a major weakness due to its inability to reclaim cyclic data structures …
always suffered from a major weakness due to its inability to reclaim cyclic data structures …
Fully concurrent garbage collection of actors on many-core machines
S Clebsch, S Drossopoulou - Proceedings of the 2013 ACM SIGPLAN …, 2013 - dl.acm.org
Disposal of dead actors in actor-model languages is as important as disposal of
unreachable objects in object-oriented languages. In current practice, programmers are …
unreachable objects in object-oriented languages. In current practice, programmers are …
[PDF][PDF] Collecting distributed garbage cycles by back tracing
U Maheshwari, B Liskov - Proceedings of the sixteenth annual ACM …, 1997 - dl.acm.org
Abstract Systems that store objects at a large number of sites require faulttolerant and timely
garbage collection. A popular technique is to trace each site independently using inter-site …
garbage collection. A popular technique is to trace each site independently using inter-site …
[PDF][PDF] 'Pony': co-designing a type system and a runtime
S Clebsch - 2017 - core.ac.uk
We have developed a new programming language, called Pony, that allows the user to
easily write fast, safe, parallel programs. The focus of this work is using a powerful and novel …
easily write fast, safe, parallel programs. The focus of this work is using a powerful and novel …
Biased reference counting: Minimizing atomic operations in garbage collection
J Choi, T Shull, J Torrellas - … of the 27th International Conference on …, 2018 - dl.acm.org
Reference counting (RC) is one of the two fundamental approaches to garbage collection. It
has the desirable characteristics of low memory overhead and short pause times, which are …
has the desirable characteristics of low memory overhead and short pause times, which are …
Cyclic distributed garbage collection with group merger
H Rodrigues, R Jones - ECOOP'98—Object-Oriented Programming: 12th …, 1998 - Springer
This paper presents a new algorithm for distributed garbage collection and outlines its
implementation within the Network Objects system. The algorithm is based on a reference …
implementation within the Network Objects system. The algorithm is based on a reference …
A cyclic distributed garbage collector for Network Objects
H Rodrigues, R Jones - … : 10th International Workshop, WDAG'96 Bologna …, 1996 - Springer
This paper presents an algorithm for distributed garbage collection and outlines its
implementation within the Network Objects system. The algorithm is based on a reference …
implementation within the Network Objects system. The algorithm is based on a reference …
[PDF][PDF] Ownership and reference counting based garbage collection in the actor world
We propose Pony-ORCA, a fully concurrent protocol for garbage collection in the actor
paradigm. It allows actors to perform garbage collection concurrently with any number of …
paradigm. It allows actors to perform garbage collection concurrently with any number of …
Birrell's distributed reference listing revisited
The Java RMI collector is arguably the most widely used distributed garbage collector. Its
distributed reference listing algorithm was introduced by Birrell et al. in the context of …
distributed reference listing algorithm was introduced by Birrell et al. in the context of …