Abstract. Garbage collection is important in object-oriented databases to free the programmer from explicitly deallocat-ing memory. In this paper, we present a garbage collec-tion algorithm, called Transactional Cyclic Reference Count-ing (TCRC), for object-oriented databases. The algorithm is based on a variant of a reference-counting algorithm pro-posed for functional programming languages The algorithm keeps track of auxiliary reference count information to de-tect and collect cyclic garbage. The algorithm works cor-rectly 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 ...
Storage management is an important part of a programming system. There are two basic storage manage...
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 programmer from explicitly ...
Garbage collection is important in object-oriented databases to free the pro-grammer from explicitly...
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...
A good programming language permits the programmer to concentrate on his application rather than on ...
The function of a garbage collector in a computer system is to reclaim storage that is no longer in ...
Storage management overhead accounts for a considerable proportion of execution time in straightforw...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
© 2001 IEEEThere are only a few garbage collection algorithms that have been designed to operate ove...
Storage management is an important part of a programming system. There are two basic storage manage...
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 programmer from explicitly ...
Garbage collection is important in object-oriented databases to free the pro-grammer from explicitly...
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...
A good programming language permits the programmer to concentrate on his application rather than on ...
The function of a garbage collector in a computer system is to reclaim storage that is no longer in ...
Storage management overhead accounts for a considerable proportion of execution time in straightforw...
Reference counting is a garbage-collection technique that maintains a per-object count of the number...
© 2001 IEEEThere are only a few garbage collection algorithms that have been designed to operate ove...
Storage management is an important part of a programming system. There are two basic storage manage...
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...