Reference counting is a garbage-collection technique that maintains a per-object count of the number of pointers to that object. When the count reaches zero, the object must be dead and can be collected. Although it is not an exact method, it is well suited for real-time systems and is widely implemented, sometimes in conjunc-tion with other methods to increase the overall precision. A disadvantage of reference counting is the extra storage trac that is introduced. In this paper, we describe a new cache write-back policy that can substantially decrease the reference-counting trac to RAM. We propose a new cache design that remembers the rst-fetched value of a cache subblock, so that the subblock need not be written back to RAM unless a diere...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...
Some memory writes have the particular behaviour of not modifying memory since the value they write ...
A good programming language permits the programmer to concentrate on his application rather than on ...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Automatic memory management techniques eliminate many programming errors that are both hard to find ...
Abstract. Automatic memory management techniques eliminate many programming errors that are both har...
The most important processor performance bottleneck is the ever-increasing gap between the memory an...
We present a novel algorithm for Garbage Collection (GC) in Distributed Shared Memory (dsm) systems...
Stoye's one-bit reference tagging scheme can be extended to local counts of two with a cache of...
161 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1988.Memory referencing behavior i...
We describe here an elegant algorithm for the real-time garbage collection of distributed memory. Th...
Energy is an increasingly important consideration in memory system design. Although caches can save ...
In this report, we consider the design of cache memories to support the execution of languages that ...
In traditional cache-based computers, all memory references are made through cache. However, a signi...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...
Some memory writes have the particular behaviour of not modifying memory since the value they write ...
A good programming language permits the programmer to concentrate on his application rather than on ...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Automatic memory management techniques eliminate many programming errors that are both hard to find ...
Abstract. Automatic memory management techniques eliminate many programming errors that are both har...
The most important processor performance bottleneck is the ever-increasing gap between the memory an...
We present a novel algorithm for Garbage Collection (GC) in Distributed Shared Memory (dsm) systems...
Stoye's one-bit reference tagging scheme can be extended to local counts of two with a cache of...
161 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1988.Memory referencing behavior i...
We describe here an elegant algorithm for the real-time garbage collection of distributed memory. Th...
Energy is an increasingly important consideration in memory system design. Although caches can save ...
In this report, we consider the design of cache memories to support the execution of languages that ...
In traditional cache-based computers, all memory references are made through cache. However, a signi...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...
Some memory writes have the particular behaviour of not modifying memory since the value they write ...
A good programming language permits the programmer to concentrate on his application rather than on ...