Sciweavers

162 search results - page 16 / 33
» Type-preserving garbage collectors
Sort
View
IWMM
1995
Springer
82views Hardware» more  IWMM 1995»
14 years 15 hour ago
Complementary Garbage Collector
Shogo Matsui, Yoshio Tanaka, Atsushi Maeda, Masaka...
OOPSLA
2004
Springer
14 years 1 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 1 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...
CORR
2011
Springer
181views Education» more  CORR 2011»
13 years 7 days ago
Garbage Collection for Multicore NUMA Machines
Modern high-end machines feature multiple processor packages, each of which contains multiple independent cores and integrated memory controllers connected directly to dedicated p...
Sven Auhagen, Lars Bergstrom, Matthew Fluet, John ...
RTA
2007
Springer
14 years 2 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...