Skip to main content
Erschienen in:
Buchtitelbild

Open Access 2020 | OriginalPaper | Buchkapitel

Liberate Abstract Garbage Collection from the Stack by Decomposing the Heap

verfasst von : Kimball Germane, Michael D. Adams

Erschienen in: Programming Languages and Systems

Verlag: Springer International Publishing

loading …

Abstract garbage collection and the use of pushdown systems each enhance the precision of control-flow analysis (CFA). However, their respective needs conflict: abstract garbage collection requires the stack but pushdown systems obscure it. Though several existing techniques address this conflict, none take full advantage of the underlying interplay. In this paper, we dissolve this conflict with a technique which exploits the precision of pushdown systems to decompose the heap across the continuation.This technique liberates abstract garbage collection from the stack, increasing its effectiveness and the compositionality of its host analysis. We generalize our approach to apply compositional treatment to abstract timestamps which induces the context abstraction of m-CFA, an abstraction more precise than k-CFA’s for many common programming patterns.

download
DOWNLOAD
print
DRUCKEN
Metadaten
Titel
Liberate Abstract Garbage Collection from the Stack by Decomposing the Heap
verfasst von
Kimball Germane
Michael D. Adams
Copyright-Jahr
2020
DOI
https://doi.org/10.1007/978-3-030-44914-8_8