Map
Index
Random
Help
th

QuoteRef: guyeSZ6_2006




Topic:
memory management by garbage collection

Reference

Guyer, S.Z., McKinley, K.S., Frampton, D., "Free-me: a static analysis for automatic individual object reclamation.", Proceedings of the 2006 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI'06), ACM SIGPLAN Notices, 41, 6, June 2006, Ottawa, Ontario, Canada, pp. 364-375. Google

Quotations
364 ;;Quote: for mark-sweep, free-me compiler analysis inserts explicit frees; reclaims 30% of all objects, mostly short-lived and factory methods; not useful for generational collection
365 ;;Quote: collect short-lived objects with a copying nursery; explicit free of short-lived objects does not improve generational collectors; similar results for stack collection

Related Topics up

Topic: memory management by garbage collection (116 items)

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