5 .. [BKIP08] Kris Macleod Bell, Lars Ivar Igesund, Sean Kelly, and Michael
6 Parker. Learn to Tango with D. Apress, 2007. ISBN 1-59059-960-8.
8 .. [JOLI96] Richard Jones, Rafael D Lins. Garbage Collection: Algorithms
9 for Automatic Dynamic Memory Management. John Wiley & Sons, 1996.
12 .. [SUTT99] Herb Sutter. Exceptional C++: 47 Engineering Puzzles,
13 Programming Problems, and Solutions, 1ra edición. Addison-Wesley
15 Professional, 1999. ISBN 0-201-61562-2.
16 .. [DNG46407] Oskar Linde. The problem with the D GC. Grupo de noticias
17 digitalmars.D, 8 de enero de 2007. `Mensaje número 46407`_.
18 .. _`Mensaje número 46407`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=46407
20 .. [DNG43991] Andrey Khropov. [Performance] shootout.binarytrees when
21 implemented with gc is 10x slower than C# on .NET 2.0. Grupo de noticias
22 digitalmars.D, 11 de noviembre de 2006. `Mensaje número 43991`_.
23 .. _`Mensaje número 43991`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=43991
25 .. [DNG35364] Frank Benoit. GC implementation. Grupo de noticias
26 digitalmars.D, 18 de marzo de 2006. `Mensaje número 35364`_.
27 .. _`Mensaje número 35364`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=35364
29 .. [DNG44607] Russ Lewis. A TODO for somebody: Full Reflection Gets You
30 Smarter GC. Grupo de noticias digitalmars.D, 20 de noviembre de
31 2006. `Mensaje número 44607`_.
32 .. _`Mensaje número 44607`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=44607
34 .. [DNG29291] Larry Evans. How does RTTI help gc?. Grupo de noticias
35 digitalmars.D, 21 de octubre de 2005. `Mensaje número 29291`_.
36 .. _`Mensaje número 29291`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=29291
38 .. [DNG6842] Walter Bright. Transitioning to a type aware Garbage
39 Collector. Grupo de noticias digitalmars.D.announce, 22 de enero de
40 2007. `Mensaje número 6842`_.
41 .. _`Mensaje número 6842`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6842
43 .. [DNG42557] Lionello Lunesu. Is a moving GC really needed?. Grupo de
44 noticias digitalmars.D, 2 de octubre de 2006. `Mensaje número 42557`_.
45 .. _`Mensaje número 42557`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=42557
47 .. [DNG38689] Frank Benoit. GC, the simple solution. Grupo de noticias
48 digitalmars.D, 4 de junio de 2006. `Mensaje número 38689`_.
49 .. _`Mensaje número 38689`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=38689
51 .. [DNG42564] xs0. Re: Is a moving GC really needed?. Grupo de noticias
52 digitalmars.D, 2 de octubre de 2006. `Mensaje número 42564`_.
53 .. _`Mensaje número 42564`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=42564
55 .. [DNG38704] Walter Bright. Re: GC, the simple solution. Grupo de
56 noticias digitalmars.D, 4 de junio de 2006. `Mensaje número 38704`_.
57 .. _`Mensaje número 38704`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=38704
59 .. [DNG6890] Lionello Lunesu. std.string.split is broken :( (Re: DMD 1.001
60 release). Grupo de noticias digitalmars.D.announce, 24 de enero de
61 2007. `Mensaje número 6890`_.
62 .. _`Mensaje número 6890`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6890
64 .. [DNG6893] Oskar Linde. Re: DMD 1.001 release. Grupo de noticias
65 digitalmars.D.announce, 24 de enero de 2007. `Mensaje número 6893`_.
66 .. _`Mensaje número 6893`: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6893
68 .. [HDH03] Martin Hirzel, Amer Diwan, and Matthew Hertz, Proceedings
69 of the 18th Conference on Object-Oriented Programming, Systems,
70 Languages, and Applications (OOPSLA 2003), Anaheim, CA, Oct. 26-30,
73 .. [LINS05] Rafael D Lins. A New Multi-Processor Architecture for
74 Parallel Lazy Cyclic Reference Counting. Proceedings of the 17th
75 International Symposium on Computer Architecture on High Performance
76 Computing - Volume 00 (páginas 35-43), 2005.
78 .. [BEZO06] Emery D. Berger, Benjamin G. Zorn. DieHard: probabilistic
79 memory safety for unsafe languages. PLDI '06: Proceedings of the 2006
80 ACM SIGPLAN conference on Programming language design and
81 implementation. 2006. ISBN 1-59593-320-4.
84 .. include:: links.rst
86 .. vim: set ts=3 sts=3 sw=3 et tw=75 :