X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/17d0a2cd3cd5bccc6f59bd4dec8717059c0c113d..409ef528d2b45bdcbcd6868b3d0f82c1edf8e748:/source/referencias.rst diff --git a/source/referencias.rst b/source/referencias.rst index f7a48db..27e7586 100644 --- a/source/referencias.rst +++ b/source/referencias.rst @@ -90,6 +90,27 @@ __ ftp://ftp.cs.umass.edu/pub/osl/papers/pact01-prefetch.ps.gz .. [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: @@ -106,6 +127,9 @@ __ ftp://ftp.cs.umass.edu/pub/osl/papers/pact01-prefetch.ps.gz Programming Problems, and Solutions, 1ra edición. Addison-Wesley Professional, 1999. ISBN 0-201-61562-2. +.. [ALX10] Andrei Alexandrescu. The D Programming Language. Addison-Wesley + Professional, 2010. ISBN 978-0321635365. + .. Webs: .. ~~~~~ @@ -113,9 +137,9 @@ __ ftp://ftp.cs.umass.edu/pub/osl/papers/pact01-prefetch.ps.gz .. [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 +.. [PHP530] PHP Team. `PHP 5.3.0 Release Announcement`__. PHP news archive. + 2009-06-30. +__ http://php.net/releases/5_3_0.php .. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009. __ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html @@ -131,6 +155,22 @@ __ http://www.go-mono.com/meeting06/mono-sgen.pdf Labs / SGI. Obtenido en Junio de 2009. __ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html +.. [LWN90311] Ingo Molnar. `flexible-mmap-2.6.7-D5`__. Linux Weekly News. + Junio 2004. +__ http://lwn.net/Articles/90311/ + +.. [LMTDGC] Leandro Lucarella. `Luca's Meaninless Thoughts, tag DGC`__. + 2008-2010. +__ http://llucax.com.ar/blog/blog/tag/dgc + +.. [DRT117] Sean Kelly. `D Concurrent GC`__. Lista de correo de Druntime. 15 + de septiembre de 2010. +__ http://lists.puremagic.com/pipermail/d-runtime/2010-September/000117.html + +.. [TT1997] Leandro Lucarella. `Integrate CDGC (D Concurrent Garbage + Collector)`__. Tango Issue Tracker. Octubre 2010. +__ http://www.dsource.org/projects/tango/ticket/1997 + .. Grupo de noticias digitalmars.D: .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -210,7 +250,7 @@ __ http://www.digitalmars.com/d/archives/digitalmars/D/Partially_Static_GC_75995 diciembre de 2008. `Mensaje número 80695`__. __ http://www.digitalmars.com/d/archives/digitalmars/D/Moving_GC_80695.html -.. [NGDN87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo +.. [NGD87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo de noticias digitalmars.D, 10 de abril de 2009. `Mensaje número 87831`__. __ http://www.digitalmars.com/d/archives/digitalmars/D/Std_Phobos_2_and_logging_library_87794.html#N87831 @@ -301,6 +341,10 @@ __ http://www.digitalmars.com/d/archives/digitalmars/D/announce/ANN_WeakObjectRe digitalmars.D.announce, 16 de marzo de 2009. `Mensaje número 15246`__. __ http://www.digitalmars.com/d/archives/digitalmars/D/announce/Blaze_2.0_15246.html +.. [NGA19235] Leandro Lucarella. D Concurrent GC. Grupo de noticias + digitalmars.D.announce, 9 de septiembre de 2010. `Mensaje número 19235`__. +__ http://www.digitalmars.com/d/archives/digitalmars/D/announce/D_Concurrent_GC_19235.html + .. Bugzilla .. ~~~~~~~~