The garbage collection handbook the art of automatic memory management

Published in 1996, Richard Jones’s Garbage Collection was a milestone in the area of automatic memory management. The field has grown considerably since then, sparking a need for an updated look at the latest state-of-the-art developments. The Garbage Collection Handbook: The Art of Automatic Memory...

Descripción completa

Detalles Bibliográficos
Otros Autores: Jones, Richard, 1954, author (author), Hosking, Antony (-), Moss, Eliot
Formato: Libro electrónico
Idioma:Inglés
Publicado: Boca Raton, Fla. : CRC Press 2012.
Edición:1st edition
Colección:Chapman & Hall/CRC applied algorithms and data structures series.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630358806719
Tabla de Contenidos:
  • 1. Introduction
  • 2. Mark-sweep garbage collection
  • 3. Mark-compact garbage collection
  • 4. Copying garbage collection
  • 5. Reference counting
  • 6. Comparing garbage collectors
  • 7. Allocation
  • 8. Partitioning the heap
  • 9. Generational garbage collection
  • 10. Other partitioned schemes
  • 11. Run-time interface
  • 12. Language-specific concerns
  • 13. Concurrency preliminaries
  • 14. Parallel garbage collection
  • 15. Concurrent garbage collection
  • 16. Concurrent mark-sweep
  • 17. Concurrent copying & compaction
  • 18. Concurrent reference counting
  • 19. Real-time garbage collection.