Concurrent garbage collection in the actor model

Dan Plyukhin, Gul Agha

Research output: Chapter in Book/Report/Conference proceedingConference contribution

Abstract

In programming languages where memory may be allocated dynamically, automatic garbage collection (GC) can improve the efficiency of program execution while preventing program errors caused by incorrectly removed memory locations. In actor systems, GC poses some challenges that make it much costlier than in the sequential setting: Besides references from reachable actors, we have to consider inverse references from potentially active actors to reachable actors. One proposal, adopted in the runtime for the actor programming language Pony, uses causal message delivery and a centralized detection algorithm. While this is efficient in a multicore setting, the solution is too expensive for a distributed actor runtime. In this work, we show how the causal order message delivery requirement may be removed. Specifically, we describe a tracing collector of distributed actor garbage with centralized and decentralized variants. Both are guaranteed not to collect any non-garbage actors (safety) and to eventually collect all garbage actors (liveness).

Original languageEnglish (US)
Title of host publicationAGERE 2018 - Proceedings of the 8th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control, co-located with SPLASH 2018
EditorsFederico Bergenti, Joeri De Koster, Juliana Franco
PublisherAssociation for Computing Machinery
Pages44-53
Number of pages10
ISBN (Electronic)9781450360661
DOIs
StatePublished - Nov 5 2018
Event8th International Workshop on Programming based on Actors, Agents, and Decentralized Control, AGERE! 2018, co-located with SPLASH 2018 - Boston, United States
Duration: Nov 5 2018Nov 5 2018

Publication series

NameAGERE 2018 - Proceedings of the 8th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control, co-located with SPLASH 2018

Conference

Conference8th International Workshop on Programming based on Actors, Agents, and Decentralized Control, AGERE! 2018, co-located with SPLASH 2018
Country/TerritoryUnited States
CityBoston
Period11/5/1811/5/18

Keywords

  • Distributed systems
  • Garbage collection

ASJC Scopus subject areas

  • Software

Fingerprint

Dive into the research topics of 'Concurrent garbage collection in the actor model'. Together they form a unique fingerprint.

Cite this