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.
2018
2018
Clouds abstract the provisioning of computing resources and offer them in a pay-as-you-go manner. Containerized platform clouds… 
2013
2013
Because cloud computing and cloud-based applications have attracted more and more attention in recent years, more and more… 
2006
2006
Real-time garbage collection algorithms are usually criticised for their high memory requirements. Even when consuming nearly 50… 
2003
2003
The Active Pages model of intelligent memory can speed up data-intensive applications by up to two to three orders of magnitude… 
2002
2002
We have measured the energy efficiency of different memory management strategies on a high performance pocket computer. We… 
2001
2001
The FoxNet is an implementation of the standard TCP/IP networking protocol stack using the Standard ML (SML) language. SML is a… 
2000
2000
Mark and sweep garbage collectors are known for using time proportional to the heap size when sweeping memory, since all objects… 
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… 
1987
1987
A garbage collector for a distributed system is described. This collector is of the mark and sweep type, each processor having…