Skip to search formSkip to main contentSkip to account menu

Tracing garbage collection

Known as: Generational garbage collection, Stop-the-world, Conservative garbage collector 
In computer programming, tracing garbage collection is a form of automatic memory management that consists of determining which objects should be… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
Because cloud computing and cloud-based applications have attracted more and more attention in recent years, more and more… 
2009
2009
A revolutionary system for programming sound and music in realtime is being presented. The system provides interfaces to… 
2006
2006
We present a method to visit all nodes in a forest of data structures while taking into account object placement. We call the… 
2002
2002
We have measured the energy efficiency of different memory management strategies on a high performance pocket computer. We… 
1997
1997
This paper describes EQUALS, a fast parallel implementation of a lazy functional language on a commercially available shared… 
1995
1995
Distributed Garbage Collection has been studied over the last several years leading to many different implementations, mainly… 
1993
1993
Synopsis This paper is identical to that one contained in the collection of papers of the OOPSLA'93 Workshop on Garbage… 
1992
1992
Our research is concerned with compiler-independent, tag-free garbage collection for the C++ programming language. We have… 
1989
1989
Garbage collection can be done in vector mode on supercomputers like the CRAY-2 and the Cyber 205. Both copying collection and…