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 conjunction 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 traffic to RAM. We propose a new cache design that remembers the first-fetched value of a cache subblock, so that the subblock need not be written back to RAM unless a d...
Energy is an increasingly important consideration in memory system design. Although caches can save ...
Automated memory management avoids the tedium and danger of manual techniques. However, as no progra...
In this report, we consider the design of cache memories to support the execution of languages that ...
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...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
In traditional cache-based computers, all memory references are made through cache. However, a signi...
Programming languages with automatic memory management are continuing to grow in popularity due to e...
Memory hierarchies play an important role in microarchitectural design to bridge the performance gap...
Automatic memory management techniques eliminate many programming errors that are both hard to find ...
161 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1988.Memory referencing behavior i...
Abstract. Automatic memory management techniques eliminate many programming errors that are both har...
Stoye's one-bit reference tagging scheme can be extended to local counts of two with a cache of...
Language support of dynamic storage management simplifies the application programming task immensely...
The most important processor performance bottleneck is the ever-increasing gap between the memory an...
Energy is an increasingly important consideration in memory system design. Although caches can save ...
Automated memory management avoids the tedium and danger of manual techniques. However, as no progra...
In this report, we consider the design of cache memories to support the execution of languages that ...
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...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
In traditional cache-based computers, all memory references are made through cache. However, a signi...
Programming languages with automatic memory management are continuing to grow in popularity due to e...
Memory hierarchies play an important role in microarchitectural design to bridge the performance gap...
Automatic memory management techniques eliminate many programming errors that are both hard to find ...
161 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1988.Memory referencing behavior i...
Abstract. Automatic memory management techniques eliminate many programming errors that are both har...
Stoye's one-bit reference tagging scheme can be extended to local counts of two with a cache of...
Language support of dynamic storage management simplifies the application programming task immensely...
The most important processor performance bottleneck is the ever-increasing gap between the memory an...
Energy is an increasingly important consideration in memory system design. Although caches can save ...
Automated memory management avoids the tedium and danger of manual techniques. However, as no progra...
In this report, we consider the design of cache memories to support the execution of languages that ...