]> git.llucax.com Git - z.facultad/75.00/informe.git/blob - source/referencias.rst
8960877aa6b28c686ed6fe05f905be602b6af765
[z.facultad/75.00/informe.git] / source / referencias.rst
1
2 .. Pone links "offline" (para generar PDF para imprimir).
3 .. target-notes::
4
5
6 .. _refs:
7
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.
10
11 .. [JOLI96] Richard Jones, Rafael D Lins. Garbage Collection: Algorithms
12    for Automatic Dynamic Memory Management. John Wiley & Sons, 1996.
13    ISBN 0-471-94148-4.
14
15 .. [SUTT99] Herb Sutter. Exceptional C++: 47 Engineering Puzzles,
16    Programming Problems, and Solutions, 1ra edición. Addison-Wesley
17    Professional, 1999. ISBN 0-201-61562-2.
18
19 .. [HDH03] Martin Hirzel, Amer Diwan, and Matthew Hertz, Proceedings
20    of the 18th Conference on Object-Oriented Programming, Systems,
21    Languages, and Applications (OOPSLA 2003), Anaheim, CA, Oct. 26-30,
22    2003.
23
24 .. [LINS05] Rafael D Lins. A New Multi-Processor Architecture for
25    Parallel Lazy Cyclic Reference Counting. Proceedings of the 17th
26    International Symposium on Computer Architecture on High Performance
27    Computing - Volume 00 (páginas 35-43), 2005. IEEE Press.
28
29 .. [BEZO06] Emery D. Berger, Benjamin G. Zorn. DieHard: probabilistic
30    memory safety for unsafe languages. PLDI '06: Proceedings of the 2006
31    ACM SIGPLAN conference on Programming language design and
32    implementation. 2006. ISBN 1-59593-320-4.
33
34 .. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000.
35 __ http://arctrix.com/nas/python/gc/
36
37 .. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive.
38    2008-08-01.
39 __ http://www.php.net/archive/2008.php#id2008-08-01-1
40
41 .. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009.
42 __ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html
43
44 .. [HUEL98] Lorenz Huelsbergen and Phil Winterbottom. Very Concurrent
45    Mark-&-Sweep Garbage Collection without Fine-Grain Synchronization.
46    Proceedings of the International Symposium on Memory Management. Páginas
47    166-175. ACM. 1998. ISBN 1-58113-114-3.
48
49 .. [RODR97] Gustavo Rodriguez-Rivera and Vince Russo. Non-intrusive Cloning
50    Garbage Collection with Stock Operating System Support. Software Practice
51    and Experience Volumen 27, Número 8. Agosto 1997.
52
53 .. [BOEH88] Hans-Juergen Boehm and Mark Weiser. `Garbage Collection in an
54    Uncooperative Environment`__. Software Practice and Experience Volumen 18,
55    Número 9. Páginas 807-820. Septiembre 1988.
56 __ http://www.hpl.hp.com/personal/Hans_Boehm/spe_gc_paper/preprint.pdf
57
58 .. [BOEH91] Hans-Juergen Boehm and Alan J. Demers and Scott  Shenker. `Mostly
59    Parallel Garbage Collection`__. Proceedings of the ACM SIGPLAN '91
60    Conference on Programming Language Design and Implementation, Volumen 26,
61    Número 6. Páginas 157-164. Junio 1991.
62 __ http://www.hpl.hp.com/personal/Hans_Boehm/gc/papers/pldi91.ps.Z
63
64 .. [BOEH93] Hans-Juergen Boehm. `Space Efficient Conservative Garbage
65    Collection`__. Proceedings
66    of the ACM SIGPLAN '93 Conference on Programming Language Design and
67    Implementation, Volumen 28, Número 6. Páginas 197-206. Junio 1993.
68 __ http://www.hpl.hp.com/personal/Hans_Boehm/gc/papers/pldi93.ps.Z
69
70 .. [BOEHWD] Hans-J. Boehm. `Conservative GC Algorithmic Overview`__. HP
71    Labs / SGI. Obtenido en Junio de 2009.
72 __ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html
73
74 .. [BLAC08] Stephen Blackburn and Kathryn McKinley. `Immix Garbage Collection:
75    Mutator Locality, Fast Collection, and Space Efficiency`__. Proceedings of
76    the ACM SIGPLAN '08 Conference on Programming Language Design and
77    Implementation. Páginas 22-32. Junio 2008.
78 __ http://cs.anu.edu.au/techreports/2007/TR-CS-07-04.pdf
79
80 .. [MOLA06] Paolo Molaro. `A new Mono GC`__. Octubre 2006.
81 __ http://www.go-mono.com/meeting06/mono-sgen.pdf
82
83 .. [MOLAWE] Paolo Molaro. `Compacting GC`__. The Mono Project. Obtenido en
84    Junio de 2009.
85 __ http://www.mono-project.com/Compacting_GC
86
87 .. [HIRZ03] Martin Hirzel and Amer Diwan and Matthew Hertz.
88    `Connectivity-based Garbage Collection`__. Proceedings of the ACM OOPSLA
89    '03 Conference on Object-Oriented Programming, Systems, Languages and
90    Applications. Noviembre 2003.
91 __ http://www-plan.cs.colorado.edu/diwan/cbgc.pdf
92
93
94
95 .. Grupo de noticias digitalmars.D:
96 .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97 .. [NGD46407] Oskar Linde. The problem with the D GC. Grupo de noticias
98    digitalmars.D, 8 de enero de 2007. `Mensaje número 46407`__.
99 __ http://www.digitalmars.com/d/archives/digitalmars/D/The_problem_with_the_D_GC_46407.html
100
101 .. [NGD54084] Babele Dunnit. Problems with GC, trees and array concatenation.
102    Grupo de noticias digitalmars.D, 1ro de junio de 2007. `Mensaje número
103    54084`__.
104 __ http://www.digitalmars.com/d/archives/digitalmars/D/Problems_with_GC_trees_and_array_concatenation_54084.html
105
106 .. [NGD5821] Antonio Monteiro. Thread and gc.fullCollect. Grupo de noticias
107    digitalmars.D, 11 de enero de 2007. `Mensaje número 5821`__.
108 __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/thread_and_gc.fullCollect_5821.html
109
110 .. [NGD35364] Frank Benoit. GC implementation. Grupo de noticias
111    digitalmars.D, 18 de marzo de 2006. `Mensaje número 35364`__.
112 __ http://www.digitalmars.com/d/archives/digitalmars/D/35364.html
113
114 .. [NGD71869] Fawzi Mohamed. large objects and GC. Grupo de noticias
115    digitalmars.D, 16 de mayo de 2008. `Mensaje número 71869`__.
116 __ http://www.digitalmars.com/d/archives/digitalmars/D/large_objects_and_GC_71869.html
117
118 .. [NGD75952] Alan Knowles. Threading and the Garbage handler mess. Grupo de
119    noticias digitalmars.D, 6 de septiembre de 2008. `Mensaje número 75952`__.
120 __ http://www.digitalmars.com/d/archives/digitalmars/D/Threading_and_the_Garbage_handler_mess._75952.html
121
122 .. [NGD13301] Pete Poulos. Weak references. Grupo de noticias digitalmars.D,
123    5 de agosto de 2008. `Mensaje número 13301`__.
124 __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/weak_references_13301.html
125
126 .. [NGD86840] Simon Treny. Keeping a list of instances and garbage-collection.
127    Grupo de noticias digitalmars.D, 29 de marzo de 2009. `Mensaje número
128    86840`__.
129 __ http://www.digitalmars.com/d/archives/digitalmars/D/Keeping_a_list_of_instances_and_garbage-collection_86840.html
130
131 .. [NGD69761] Jarrett Billingsley. Weak references. Grupo de noticias
132    digitalmars.D, 12 de abril de 2008. `Mensaje número 69761`__.
133 __ http://www.digitalmars.com/d/archives/digitalmars/D/Weak_references._69761.html
134
135 .. [NGD74624] Pete Poulos. Weak References. Grupo de noticias digitalmars.D,
136    6 de agosto de 2008. `Mensaje número 74624`__.
137 __ http://www.digitalmars.com/d/archives/digitalmars/D/Weak_References_74624.html
138
139 .. [NGD88065] Jason House. D2 weak references. Grupo de noticias
140    digitalmars.D, 15 de abril de 2009. `Mensaje número 88065`__.
141 __ http://www.digitalmars.com/d/archives/digitalmars/D/D2_weak_references_88065.html
142
143 .. [NGD88298] Leandro Lucarella. GC object finalization not guaranteed. Grupo
144    de noticias digitalmars.D, 18 de abril de 2009. `Mensaje número 88298`__.
145 __ http://www.digitalmars.com/d/archives/digitalmars/D/GC_object_finalization_not_guaranteed_88298.html
146
147 .. [NGD44607] Russ Lewis. A TODO for somebody: Full Reflection Gets You
148    Smarter GC. Grupo de noticias digitalmars.D, 20 de noviembre de 2006.
149    `Mensaje número 44607`__.
150 __ http://www.digitalmars.com/d/archives/digitalmars/D/A_TODO_for_somebody_Full_Reflection_Gets_You_Smarter_GC_44607.html
151
152 .. [NGD42557] Lionello Lunesu. Is a moving GC really needed? Grupo de noticias
153    digitalmars.D, 2 de octubre de 2006. `Mensaje número 425577`__.
154 __ http://www.digitalmars.com/d/archives/digitalmars/D/Is_a_moving_GC_really_needed_42557.html
155
156 .. [NGD38689] Frank Benoit. GC, the simple solution. Grupo de noticias
157    digitalmars.D, 4 de junio de 2006. `Mensaje número 38689`__.
158 __ http://www.digitalmars.com/d/archives/digitalmars/D/38689.html
159
160 .. [NGD29291] Larry Evans. How does RTTI help gc?. Grupo de noticias
161    digitalmars.D, 21 de octubre de 2005. `Mensaje número 29291`__.
162 __ http://www.digitalmars.com/d/archives/digitalmars/D/29291.html
163
164 .. [NGD75995] David Simcha. Partially Static GC. Grupo de noticias
165    digitalmars.D, 9 de septiembre de 2008. `Mensaje número 75995`__.
166 __ http://www.digitalmars.com/d/archives/digitalmars/D/Partially_Static_GC_75995.html
167
168 .. [NGD80695] David Simcha. Moving GC. Grupo de noticias digitalmars.D, 12 de
169    diciembre de 2008. `Mensaje número 80695`__.
170 __ http://www.digitalmars.com/d/archives/digitalmars/D/Moving_GC_80695.html
171
172 .. [NGDN87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo
173    de noticias digitalmars.D, 10 de abril de 2009. `Mensaje número 87831`__.
174 __ http://www.digitalmars.com/d/archives/digitalmars/D/Std_Phobos_2_and_logging_library_87794.html#N87831
175
176 .. [NGD88559] Andrei Alexandrescu. -nogc. Grupo de noticias digitalmars.D, 23
177    de abril de 2009. `Mensaje número 88559`__.
178 __ http://www.digitalmars.com/d/archives/digitalmars/D/nogc_88559.html
179
180 .. [NGD89394] David Simcha. Associative Arrays and Interior Pointers. Grupo de
181    noticias digitalmars.D, 4 de mayo de 2009. `Mensaje número 89394`__.
182 __ http://www.digitalmars.com/d/archives/digitalmars/D/Associative_Arrays_and_Interior_Pointers_89394.html
183
184 .. [NGD89302] David Simcha. Destructors and Deterministic Memory Management.
185    Grupo de noticias digitalmars.D, 3 de mayo de 2009. `Mensaje número
186    89302`__.
187 __ http://www.digitalmars.com/d/archives/digitalmars/D/Destructors_and_Deterministic_Memory_Management_89302.html
188
189 .. [NGD22968] Maxime Larose. GC pauses. Grupo de noticias digitalmars.D, 2 de
190    mayo de 2005. `Mensaje número 22968`__.
191 __ http://www.digitalmars.com/d/archives/digitalmars/D/22968.html
192
193 .. [NGD5622] Christian Schüler. D and game programming. Grupo de noticias
194    digitalmars.D, 30 de mayo de 2002. `Mensaje número 5622`__.
195 __ http://www.digitalmars.com/d/archives/5622.html
196
197 .. [NGD2547] Mark T. Real time programming why not? Grupo de noticias
198    digitalmars.D, 5 de enero de 2002. `Mensaje número 2547`__.
199 __ http://www.digitalmars.com/d/archives/2547.html
200
201 .. [NGD26273] Stewart Gordon. Copying/heap compacting GC. Grupo de noticias
202    digitalmars.D, 24 de marzo de 2004. `Mensaje número 26273`__.
203 __ http://www.digitalmars.com/d/archives/26273.html
204
205 .. [NGD18354] Jarrett Billingsley. Does the GC ever perform a generational
206    collect? Grupo de noticias digitalmars.D, 5 de marzo de 2005. `Mensaje
207    número 18354`__.
208 __ http://www.digitalmars.com/d/archives/digitalmars/D/18354.html
209
210 .. [NGD67673] Leonardo Maffi. Slow GC? Grupo de noticias digitalmars.D, 13 de
211    marzo de 2008. `Mensaje número 67673`__.
212 __ http://www.digitalmars.com/d/archives/digitalmars/D/Slow_GC_67673.html
213
214 .. [NGD43991] Andrey Khropov. [Performance] shootout.binarytrees when
215    implemented with gc is 10x slower than C# on .NET 2.0. Grupo de noticias
216    digitalmars.D, 11 de noviembre de 2006. `Mensaje número 43991`__.
217 __ http://www.digitalmars.com/d/archives/digitalmars/D/Performance_shootout.binarytrees_when_implemented_with_gc_is_10x_slower_than_C_on_.NET_2.0_43991.html
218
219 .. [NGD63541] Leonardo Maffi. A smaller GC benchmark. Grupo de noticias
220    digitalmars.D, 10 de diciembre de 2007. `Mensaje número 63541`__.
221 __ http://www.digitalmars.com/d/archives/digitalmars/D/A_smaller_GC_benchmark_63541.html
222
223 .. [NGD90977] Anónimo. Why allocation of large amount of small objects so slow
224    (x10) in D? Grupo de noticias digitalmars.D, 21 de mayo de 2009. `Mensaje
225    número 90977`__.
226 __ http://www.digitalmars.com/d/archives/digitalmars/D/why_allocation_of_large_amount_of_small_objects_so_slow_x10_in_D_90977.html
227
228
229 .. Grupo de noticias digitalmars.D.learn:
230 .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 .. [NGL13744] Alan Knowles. Any advice for GC/memory debugging. Grupo de
232    noticias digitalmars.D.learn, 1ro de septiembre de 2008. `Mensaje número
233    13744`__.
234 __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/Any_advice_for_GC_memory_debugging_13744.html
235
236 .. [NGL8264] Robert Fraser. Soft/weak references? Grupo de noticias
237    digitalmars.D.learn, 21 de junio de 2007. `Mensaje número 8264`__.
238 __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/Soft_weak_references_8264.html
239
240 .. [NGL3937] Chris K. GC and realtime threads. Grupo de noticias
241    digitalmars.D.learn, 12 de julio de 2006. `Mensaje número 3937`__.
242 __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/3937.html
243
244
245 .. Grupo de noticias digitalmars.D.announce:
246 .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247 .. [NGA6842] Walter Bright. Transitioning to a type aware Garbage
248    Collector. Grupo de noticias digitalmars.D.announce, 22 de enero de
249    2007. `Mensaje número 6842`__.
250 __ http://www.digitalmars.com/d/archives/digitalmars/D/announce/Transitioning_to_a_type_aware_Garbage_Collector_6842.html
251
252 .. [NGA9103] Myron Alexander. ANN: WeakObjectReference - class to hold weak
253    references. Grupo de noticias digitalmars.D.announce, 23 de junio de
254    2007. `Mensaje número 9103`__.
255 __ http://www.digitalmars.com/d/archives/digitalmars/D/announce/ANN_WeakObjectReference_-_class_to_hold_weak_references_9103.html
256
257 .. [NGA15246] Mason Green. Blaze 2.0. Grupo de noticias
258    digitalmars.D.announce, 16 de marzo de 2009. `Mensaje número 15246`__.
259 __ http://www.digitalmars.com/d/archives/digitalmars/D/announce/Blaze_2.0_15246.html
260
261
262 .. include:: links.rst
263
264 .. vim: set ts=3 sts=3 sw=3 et tw=78 :