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
Topic: memory management by garbage collection (116 items)
|