X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/e7b528ca717cea5b878e30fbb2765a6fbad2bf7c..d2b0e779d4ca3fa88457f198342e84ce10fd031c:/source/referencias.rst diff --git a/source/referencias.rst b/source/referencias.rst index 8960877..bccf1c3 100644 --- a/source/referencias.rst +++ b/source/referencias.rst @@ -5,16 +5,9 @@ .. _refs: -.. [BKIP08] Kris Macleod Bell, Lars Ivar Igesund, Sean Kelly, and Michael - Parker. Learn to Tango with D. Apress, 2007. ISBN 1-59059-960-8. -.. [JOLI96] Richard Jones, Rafael D Lins. Garbage Collection: Algorithms - for Automatic Dynamic Memory Management. John Wiley & Sons, 1996. - ISBN 0-471-94148-4. - -.. [SUTT99] Herb Sutter. Exceptional C++: 47 Engineering Puzzles, - Programming Problems, and Solutions, 1ra edición. Addison-Wesley - Professional, 1999. ISBN 0-201-61562-2. +.. Papers: +.. ~~~~~~~ .. [HDH03] Martin Hirzel, Amer Diwan, and Matthew Hertz, Proceedings of the 18th Conference on Object-Oriented Programming, Systems, @@ -31,16 +24,6 @@ ACM SIGPLAN conference on Programming language design and implementation. 2006. ISBN 1-59593-320-4. -.. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000. -__ http://arctrix.com/nas/python/gc/ - -.. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive. - 2008-08-01. -__ http://www.php.net/archive/2008.php#id2008-08-01-1 - -.. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009. -__ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html - .. [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 @@ -67,23 +50,12 @@ __ http://www.hpl.hp.com/personal/Hans_Boehm/gc/papers/pldi91.ps.Z 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 -.. [BOEHWD] Hans-J. Boehm. `Conservative GC Algorithmic Overview`__. HP - Labs / SGI. Obtenido en Junio de 2009. -__ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html - .. [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 -.. [MOLA06] Paolo Molaro. `A new Mono GC`__. Octubre 2006. -__ http://www.go-mono.com/meeting06/mono-sgen.pdf - -.. [MOLAWE] Paolo Molaro. `Compacting GC`__. The Mono Project. Obtenido en - Junio de 2009. -__ http://www.mono-project.com/Compacting_GC - .. [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 @@ -92,8 +64,49 @@ __ http://www-plan.cs.colorado.edu/diwan/cbgc.pdf +.. Libros: +.. ~~~~~~~ + +.. [BKIP08] Kris Macleod Bell, Lars Ivar Igesund, Sean Kelly, and Michael + Parker. Learn to Tango with D. Apress, 2007. ISBN 1-59059-960-8. + +.. [JOLI96] Richard Jones, Rafael D Lins. Garbage Collection: Algorithms + for Automatic Dynamic Memory Management. John Wiley & Sons, 1996. + ISBN 0-471-94148-4. + +.. [SUTT99] Herb Sutter. Exceptional C++: 47 Engineering Puzzles, + Programming Problems, and Solutions, 1ra edición. Addison-Wesley + Professional, 1999. ISBN 0-201-61562-2. + + +.. Webs: +.. ~~~~~ + +.. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000. +__ http://arctrix.com/nas/python/gc/ + +.. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive. + 2008-08-01. +__ http://www.php.net/archive/2008.php#id2008-08-01-1 + +.. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009. +__ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html + +.. [MOLAWE] Paolo Molaro. `Compacting GC`__. The Mono Project. Obtenido en + Junio de 2009. +__ http://www.mono-project.com/Compacting_GC + +.. [MOLA06] Paolo Molaro. `A new Mono GC`__. Octubre 2006. +__ http://www.go-mono.com/meeting06/mono-sgen.pdf + +.. [BOEHWD] Hans-J. Boehm. `Conservative GC Algorithmic Overview`__. HP + Labs / SGI. Obtenido en Junio de 2009. +__ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html + + .. Grupo de noticias digitalmars.D: -.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + .. [NGD46407] Oskar Linde. The problem with the D GC. Grupo de noticias digitalmars.D, 8 de enero de 2007. `Mensaje número 46407`__. __ http://www.digitalmars.com/d/archives/digitalmars/D/The_problem_with_the_D_GC_46407.html @@ -228,6 +241,7 @@ __ http://www.digitalmars.com/d/archives/digitalmars/D/why_allocation_of_large_a .. Grupo de noticias digitalmars.D.learn: .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + .. [NGL13744] Alan Knowles. Any advice for GC/memory debugging. Grupo de noticias digitalmars.D.learn, 1ro de septiembre de 2008. `Mensaje número 13744`__. @@ -243,7 +257,8 @@ __ http://www.digitalmars.com/d/archives/digitalmars/D/learn/3937.html .. Grupo de noticias digitalmars.D.announce: -.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + .. [NGA6842] Walter Bright. Transitioning to a type aware Garbage Collector. Grupo de noticias digitalmars.D.announce, 22 de enero de 2007. `Mensaje número 6842`__.