Map
Index
Random
Help
th

QuoteRef: hertM6_2005

topics > all references > ThesaHelp: references g-h



Topic:
memory management by garbage collection
Topic:
virtual memory

Reference

Hertz, M., Fang, Y., Berger, E.D., "Garbage collection without paging", Proceedings of the 2005 ACM SIGPLAN Conference on Programming Language Design and Implementation PLDI'05, Chicago, Illinois, USA, June 2005, pp. 143-153. Google

Quotations
abstract ;;Quote: avoid paging while garbage collecting by cooperating with the virtual memory manager; use bookmarks to avoid virtual memory access; 5x faster under memory pressure
144 ;;Quote: prior to eviction to disk; the BC garbage collector bookmarks references into the page and increments the target superpages' headers; allows collecting the heap without paging

Related Topics up

Topic: memory management by garbage collection (116 items)
Topic: virtual memory (32 items)

Collected barberCB 9/05
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.