simple.cc - generated code example
[prop.git] / docs / gc.bib
blob6335418aa43af1bea3c120face80d11a2749764f
1 @techreport{CMM,
2 title = "A Customisable Memory Management Framework",
3 author = "Guiseppe Attardi and Tito Flagella",
4 institution = "University of Pisa"
5 };
7 @techreport{Mostly-copying,
8 title = "Compacting garbage collection with ambiguous roots",
9 author = "Joel F. Bartlett",
10 number = "88/2",
11 institution = "DEC Western Research Laboratory, Palo Alto, California",
12 month = "Febrarry",
13 year = 1988
16 @techreport{Gen-mostly-copying,
17 title = "Mostly-copying collection picks up generations and {C++}",
18 author = "Joel F. Bartlett",
19 number = "TN-12",
20 institution = "DEC Western Research Laboratory, Palo Alto, California",
21 month = "October",
22 year = 1989
25 @article{Boehm,
26 title = "Space Efficient Conservative Garbage Collection",
27 author = "Hans-Juergen Boehm",
28 journal = "ACM SIGPLAN PLDI",
29 year = 1993,
30 pages = "197-206"
33 @techreport{Safe-C++-GC,
34 title = "Safe, efficient garbage collection for {C++}",
35 author = "J.R. Ellis and D.L. Detlefs",
36 number = "CSL-93-4",
37 institution = "Xerox Parc",
38 year = 1993
41 @techreport{Edelson92,
42 title = "Comparing Two Garbage Collectors for {C++}",
43 author = "Daniel R. Edelson",
44 number = "USCS-CRL-93-20",
45 institution = "University of California at Santa Cruz",
46 year = 1992