Sciweavers

29 search results - page 1 / 6
» Compact Garbage Collection Tables
Sort
View
IWMM
2000
Springer
90views Hardware» more  IWMM 2000»
13 years 8 months ago
Compact Garbage Collection Tables
Garbage collection tables for finding pointers on the stack can be represented in 20-25% of the space previously reported. Live pointer information is often the same at many call ...
David Tarditi
IFL
1997
Springer
158views Formal Methods» more  IFL 1997»
13 years 9 months ago
A Compacting Garbage Collector for Unidirectional Heaps
A unidirectional heap is a heap where all pointers go in one direction, e.g. from newer to older objects. For a strict functional language, such as Erlang, the heap may be arranged...
Kent Boortz, Dan Sahlin
SOSP
1993
ACM
13 years 6 months ago
Concurrent Compacting Garbage Collection of a Persistent Heap
James O'Toole, Scott Nettles, David K. Gifford
IWMM
1992
Springer
138views Hardware» more  IWMM 1992»
13 years 9 months ago
Incremental Collection of Mature Objects
Abstract. We present a garbage collection algorithm that extends generational scavenging to collect large older generations (mature objects) non-disruptively. The algorithm's ...
Richard L. Hudson, J. Eliot B. Moss
IWMM
2004
Springer
127views Hardware» more  IWMM 2004»
13 years 10 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...