Garbage collection is important in object-oriented databases to free the programmer from explicitly deallocating memory. In this paper, we present a garbage collection algorithm, called Transactional Cyclic Reference Counting (TCRC), for object-oriented databases. The algorithm is based on a variant of a reference-counting algorithm proposed for functional programming languages The algorithm keeps track of auxiliary reference count information to detect and collect cyclic garbage. The algorithm works correctly in the presence of concurrently running transactions, and system failures. It does not obtain any long-term locks, thereby minimizing interference with transaction processing. It uses recovery subsystem logs to detect pointer updates;...
A good programming language permits the programmer to concentrate on his application rather than on ...
Support for distributed co-operative work implies object sharing. The memory management of these di...
Since 1960, reference counting has been a popular means of garbage collection. Reference counters ac...
Garbage collection is important in object-oriented databases to free the pro-grammer from explicitly...
Abstract. Garbage collection is important in object-oriented databases to free the programmer from e...
Garbage collection is important in object-oriented databases to free the programmer from explicitly ...
: We describe an efficient server-based algorithm for garbage collecting object-oriented databases i...
We describe a concurrent garbage collector (GC) for object-oriented databases. Our GC uses a new sy...
We describe an efficient server-based algorithm for garbage collecting object-oriented databases in...
Nondeferred reference-counting (RC) garbage collection is among the oldest mem-ory-management method...
The function of a garbage collector in a computer system is to reclaim storage that is no longer in ...
© 2001 IEEEThere are only a few garbage collection algorithms that have been designed to operate ove...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Storage management is an important part of a programming system. There are two basic storage manage...
Storage management overhead accounts for a considerable proportion of execution time in straightforw...
A good programming language permits the programmer to concentrate on his application rather than on ...
Support for distributed co-operative work implies object sharing. The memory management of these di...
Since 1960, reference counting has been a popular means of garbage collection. Reference counters ac...
Garbage collection is important in object-oriented databases to free the pro-grammer from explicitly...
Abstract. Garbage collection is important in object-oriented databases to free the programmer from e...
Garbage collection is important in object-oriented databases to free the programmer from explicitly ...
: We describe an efficient server-based algorithm for garbage collecting object-oriented databases i...
We describe a concurrent garbage collector (GC) for object-oriented databases. Our GC uses a new sy...
We describe an efficient server-based algorithm for garbage collecting object-oriented databases in...
Nondeferred reference-counting (RC) garbage collection is among the oldest mem-ory-management method...
The function of a garbage collector in a computer system is to reclaim storage that is no longer in ...
© 2001 IEEEThere are only a few garbage collection algorithms that have been designed to operate ove...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
Storage management is an important part of a programming system. There are two basic storage manage...
Storage management overhead accounts for a considerable proportion of execution time in straightforw...
A good programming language permits the programmer to concentrate on his application rather than on ...
Support for distributed co-operative work implies object sharing. The memory management of these di...
Since 1960, reference counting has been a popular means of garbage collection. Reference counters ac...