+.. _refs:
+
+
+.. Papers:
+.. ~~~~~~~
+
+.. [HDH03] Martin Hirzel, Amer Diwan, and Matthew Hertz, Proceedings
+ of the 18th Conference on Object-Oriented Programming, Systems,
+ Languages, and Applications (OOPSLA 2003), Anaheim, CA, Oct. 26-30,
+ 2003.
+
+.. [LINS05] Rafael D Lins. A New Multi-Processor Architecture for
+ Parallel Lazy Cyclic Reference Counting. Proceedings of the 17th
+ International Symposium on Computer Architecture on High Performance
+ Computing - Volume 00 (páginas 35-43), 2005. IEEE Press.
+
+.. [BEZO06] Emery D. Berger, Benjamin G. Zorn. DieHard: probabilistic
+ memory safety for unsafe languages. PLDI '06: Proceedings of the 2006
+ ACM SIGPLAN conference on Programming language design and
+ implementation. 2006. ISBN 1-59593-320-4.
+
+.. [HUEL98] Lorenz Huelsbergen and Phil Winterbottom. Very Concurrent
+ Mark-&-Sweep Garbage Collection without Fine-Grain Synchronization.
+ Proceedings of the International Symposium on Memory Management. Páginas
+ 166-175. ACM. 1998. ISBN 1-58113-114-3.
+
+.. [RODR97] Gustavo Rodriguez-Rivera and Vince Russo. Non-intrusive Cloning
+ Garbage Collection with Stock Operating System Support. Software Practice
+ and Experience Volumen 27, Número 8. Agosto 1997.
+
+.. [BOEH88] Hans-Juergen Boehm and Mark Weiser. `Garbage Collection in an
+ Uncooperative Environment`__. Software Practice and Experience Volumen 18,
+ Número 9. Páginas 807-820. Septiembre 1988.
+__ http://www.hpl.hp.com/personal/Hans_Boehm/spe_gc_paper/preprint.pdf
+
+.. [BOEH91] Hans-Juergen Boehm and Alan J. Demers and Scott Shenker. `Mostly
+ Parallel Garbage Collection`__. Proceedings of the ACM SIGPLAN '91
+ Conference on Programming Language Design and Implementation, Volumen 26,
+ Número 6. Páginas 157-164. Junio 1991.
+__ http://www.hpl.hp.com/personal/Hans_Boehm/gc/papers/pldi91.ps.Z
+
+.. [BOEH93] Hans-Juergen Boehm. `Space Efficient Conservative Garbage
+ Collection`__. Proceedings
+ of the ACM SIGPLAN '93 Conference on Programming Language Design and
+ Implementation, Volumen 28, Número 6. Páginas 197-206. Junio 1993.
+__ http://www.hpl.hp.com/personal/Hans_Boehm/gc/papers/pldi93.ps.Z
+
+.. [BLAC08] Stephen Blackburn and Kathryn McKinley. `Immix Garbage Collection:
+ Mutator Locality, Fast Collection, and Space Efficiency`__. Proceedings of
+ the ACM SIGPLAN '08 Conference on Programming Language Design and
+ Implementation. Páginas 22-32. Junio 2008.
+__ http://cs.anu.edu.au/techreports/2007/TR-CS-07-04.pdf
+
+.. [HIRZ03] Martin Hirzel and Amer Diwan and Matthew Hertz.
+ `Connectivity-based Garbage Collection`__. Proceedings of the ACM OOPSLA
+ '03 Conference on Object-Oriented Programming, Systems, Languages and
+ Applications. Noviembre 2003.
+__ http://www-plan.cs.colorado.edu/diwan/cbgc.pdf
+
+.. [CAR95] A. Rogers and M. Carlisle and J. Reppy and L. Hendren. Supporting
+ Dynamic Data Structures on Distributed Memory Machines. Transactions on
+ Programming Languages and Systems, volúmen 17, número 2. Marzo 1995.
+
+.. [CMK01] B. Cahoon and K. S. McKinley. `Data Flow Analysis for Software
+ Prefetching Linked Data Structures in Java`__. International Conference on
+ Parallel Architectures and Compilation Techniques (PACT). Barcelona,
+ España. Septiembre 2001.
+__ ftp://ftp.cs.umass.edu/pub/osl/papers/pact01-prefetch.ps.gz
+
+.. [BH86] J. Barnes and P. Hut. A hierarchical o(N log N) force-calculation
+ algorithm. Nature Volumen 324, páginas 446-449. Diciembre 1986.
+
+.. [BN98] G. Bilardi and A. Nicolau. Adaptive Bitonic Sorting: An optimal
+ parallel algorithm for shared-memory machines. SIAM J. Comput.
+ Volumen 18, número 2, páginas 216-228. 1998.
+
+.. [CDG93] D. Culler, A. Dusseau, S. Goldstein, A. Krishnamurthy, S. Lumetta,
+ T. von Eicken and K. Yelick. Parallel Programming in Split-C.
+ Supercomputing 1993, páginas 262-273. 1993.
+
+.. [KAR77] R. Karp. Probabilistic analysis of partitioning algorithms for the
+ traveling-salesman problem in the plane. Mathematics of Operations
+ Research Volumen 2, número 3, páginas 209-224. Agosto 1977.
+
+.. [GS85] L. Guibas and J. Stolfi. General Subdivisions and Voronoi Diagrams.
+ ACM Trans. on Graphics Volumen 4, número 2, páginas 74-123. 1985.
+
+.. [BLA06] Blackburn, Stephen M. and Garner, Robin and Hoffmann, Chris and
+ Khang, Asjad M. and McKinley, Kathryn S. and Bentzur, Rotem and Diwan, Amer
+ and Feinberg, Daniel and Frampton, Daniel and Guyer, Samuel Z. and Hirzel,
+ Martin and Hosking, Antony and Jump, Maria and Lee, Han and Moss, J. Eliot
+ B. and Moss, B. and Phansalkar, Aashish and Stefanovic, Darko and
+ VanDrunen, Thomas and von Dincklage, Daniel and Wiedermann, Ben. The DaCapo
+ benchmarks: java benchmarking development and analysis. OOPSLA '06:
+ Proceedings of the 21st annual ACM SIGPLAN conference on Object-oriented
+ programming systems, languages, and applications. ISBN 1-59593-348-4.
+ Páginas 169-190. 2006.
+
+.. [PAN09] Vladimir Panteleev. `Memory Management in the D Programming
+ Language`__. Proyecto de licenciatura. Ministerul Educaţiei şi Tineretului
+ al Republicii Moldova Universitatea Tehnică a Moldovei Facultatea de
+ Calculatoare, Informatică şi Microelectronică Catedra Filiera Anglofonă.
+ 2009.
+__ http://thecybershadow.net/d/Memory_Management_in_the_D_Programming_Language.pdf
+
+.. [HEND02] Fergus Henderson. Accurate garbage collection in an uncooperative
+ environment. Proceedings of the Third International Symposium on Memory
+ Management (2002). ACM. Páginas 150-156. Febrero, 2003.
+
+
+.. Libros:
+.. ~~~~~~~