Sciweavers

163 search results - page 15 / 33
» Complementary Garbage Collector
Sort
View
IWMM
2000
Springer
82views Hardware» more  IWMM 2000»
14 years 1 months ago
A Generational Mostly-Concurrent Garbage Collector
Tony Printezis, David Detlefs
OOPSLA
2004
Springer
14 years 3 months ago
MC2: high-performance garbage collection for memory-constrained environments
Java is becoming an important platform for memory-constrained consumer devices such as PDAs and cellular phones, because it provides safety and portability. Since Java uses garbag...
Narendran Sachindran, J. Eliot B. Moss, Emery D. B...
IWMM
2004
Springer
127views Hardware» more  IWMM 2004»
14 years 3 months ago
Garbage-first garbage collection
Garbage-First is a server-style garbage collector, targeted for multi-processors with large memories, that meets a soft real-time goal with high probability, while achieving high ...
David Detlefs, Christine H. Flood, Steve Heller, T...
RTA
2007
Springer
14 years 3 months ago
Adjunction for Garbage Collection with Application to Graph Rewriting
We investigate garbage collection of unreachable parts of rooted graphs from a categorical point of view. First, we define this task as the right adjoint of an inclusion functor. ...
Dominique Duval, Rachid Echahed, Fréd&eacut...
ECOOP
1998
Springer
14 years 1 months ago
Cyclic Distributed Garbage Collection with Group Merger
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 list...
Helena Rodrigues, Richard E. Jones