[图书][B] The garbage collection handbook: the art of automatic memory management

R Jones, A Hosking, E Moss - 2023 - books.google.com
Published in 1996, Richard Jones's Garbage Collection was a milestone in the area of
automatic memory management. Its widely acclaimed successor, The Garbage Collection …

[PDF][PDF] Materialized view selection in a multidimensional database

E Baralis, S Paraboschi, E Teniente - VLDB, 1997 - 128.148.32.110
A multidimensional database is a data repository that supports the efficient execution of
complex business decision queries. Query response can be significantly improved by …

Garbage collecting the internet: A survey of distributed garbage collection

SE Abdullahi, GA Ringwood - ACM Computing Surveys (CSUR), 1998 - dl.acm.org
Internet programming languages such as Java present new challenges to garbage-
collection design. The spectrum of garbage-collection schema for linked structures …

Concurrent cycle collection in reference counted systems

DF Bacon, VT Rajan - European Conference on Object-Oriented …, 2001 - Springer
Automatic storage reclamation via reference counting has important advantages, but has
always suffered from a major weakness due to its inability to reclaim cyclic data structures …

Java without the coffee breaks: A nonintrusive multiprocessor garbage collector

DF Bacon, CR Attanasio, HB Lee, VT Rajan… - Proceedings of the ACM …, 2001 - dl.acm.org
The deployment of Java as a concurrent programming language has created a critical need
for high-performance, concurrent, and incremental multiprocessor garbage collection. We …

Cyclic reference counting with lazy mark-scan

RD Lins - Information Processing Letters, 1992 - kar.kent.ac.uk
this paper is much higher than the original one for cyclic reference counting with local mark-
scan. More shared cells will now be claimed directly, without any need for mark-scan. The …

A unified theory of garbage collection

DF Bacon, P Cheng, VT Rajan - Proceedings of the 19th annual ACM …, 2004 - dl.acm.org
Tracing and reference counting are uniformly viewed as being fundamentally different
approaches to garbage collection that possess very distinct performance properties. We …

Down for the count? Getting reference counting back in the ring

R Shahriyar, SM Blackburn, D Frampton - Proceedings of the 2012 …, 2012 - dl.acm.org
Reference counting and tracing are the two fundamental approaches that have underpinned
garbage collection since 1960. However, despite some compelling advantages, reference …

An efficient on-the-fly cycle collection

H Paz, DF Bacon, EK Kolodner, E Petrank… - ACM Transactions on …, 2007 - dl.acm.org
A reference-counting garbage collector cannot reclaim unreachable cyclic structures of
objects. Therefore, reference-counting collectors either use a backup tracing collector …

Cyclic weighted reference counting without delay

RE Jones, RD Lins - … Conference on Parallel Architectures and Languages …, 1993 - Springer
Many algorithms for storage reclamatiol~ in loosely-coupled systems have been based on
ma. rk-sca. n garbage collection. This is an expensive process for distributed systems …