Reference counting is a widely employed memory management technique, in which garbage collection operations are interleaved with computation. Standard reference counting has the major drawback of being unable to handle cyclic structures. This paper presents an important optimisation to a recently published algorithm for cyclic reference counting. Proofs of the correctness of the original and lazy algorithms are provided, together with performance figures
In this paper, we introduce the concept of the age of a cell to cyclic reference counting. Lifetime ...
Abstract. Reference counting is a widely-used resource management idiom which maintains a count of r...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...
Reference Counting is the memory management technique of most widespread use today. Very often appli...
this paper is much higher than the original one for cyclic reference counting with local mark-scan. ...
A reference counting garbage collector cannot reclaim unreachable cyclic structures of objects. Ther...
A good programming language permits the programmer to concentrate on his application rather than on ...
Since 1960, reference counting has been a popular means of garbage collection. Reference counters ac...
We present a practical wait-free implementation of a garbage collection scheme based on reference co...
We describe here an elegant algorithm for the real-time garbage collection of distributed memory. Th...
A reference counting garbage collector cannot reclaim unreachable cyclic structures of objects. Ther...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Multi-processor systems have become the standard in current computer architectures. Software develop...
this paper is much higher than the original one for cyclic reference counting with local mark-scan. ...
General purpose garbage collectors have yet to combine short pause times with high throughput. For e...
In this paper, we introduce the concept of the age of a cell to cyclic reference counting. Lifetime ...
Abstract. Reference counting is a widely-used resource management idiom which maintains a count of r...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...
Reference Counting is the memory management technique of most widespread use today. Very often appli...
this paper is much higher than the original one for cyclic reference counting with local mark-scan. ...
A reference counting garbage collector cannot reclaim unreachable cyclic structures of objects. Ther...
A good programming language permits the programmer to concentrate on his application rather than on ...
Since 1960, reference counting has been a popular means of garbage collection. Reference counters ac...
We present a practical wait-free implementation of a garbage collection scheme based on reference co...
We describe here an elegant algorithm for the real-time garbage collection of distributed memory. Th...
A reference counting garbage collector cannot reclaim unreachable cyclic structures of objects. Ther...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Multi-processor systems have become the standard in current computer architectures. Software develop...
this paper is much higher than the original one for cyclic reference counting with local mark-scan. ...
General purpose garbage collectors have yet to combine short pause times with high throughput. For e...
In this paper, we introduce the concept of the age of a cell to cyclic reference counting. Lifetime ...
Abstract. Reference counting is a widely-used resource management idiom which maintains a count of r...
this paper describes a modified form of Reference Count garbage collection which removes the need fo...