A simple bucket-brigade advancement mechanism for generation-bases garbage collection
暂无分享,去创建一个
Generation-based garbage collection systems use differing techniques to control the advancement of surviving data from each generation into the next (less frequently scavenged) generation. Moon's Ephemeral Garbage Collector [Moon84] copies all data that survive a scavenge into the next generation; Ungar's Generation Scavenging [Unga84] advances only those data that survive a specified number of scavenges.
[1] Paul R. Wilson. Opportunistic garbage collection , 1988, SIGP.
[2] Henry Lieberman,et al. A real-time garbage collector based on the lifetimes of objects , 1983, CACM.
[3] Frank Jackson,et al. Tenuring policies for generation-based storage reclamation , 1988, OOPSLA '88.
[4] Robert Allen Shaw,et al. Empirical analysis of a LISP system , 1988 .
[5] David M. Ungar,et al. Generation Scavenging: A non-disruptive high performance storage reclamation algorithm , 1984, SDE 1.