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