X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/4ba06413f535a389bab1987d2dcb46de3a912050..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/source/proj/dgc/index.rst diff --git a/source/proj/dgc/index.rst b/source/proj/dgc/index.rst index 4f7724d..bc12d6b 100644 --- a/source/proj/dgc/index.rst +++ b/source/proj/dgc/index.rst @@ -1,10 +1,4 @@ -.. raw:: html - -
- -
- ===================================== D Concurrent Garbage Collector (CDGC) ===================================== @@ -23,9 +17,9 @@ order`__). __ http://www.digitalmars.com/d/ __ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29 -__ http://www.llucax.com.ar/blog/blog/tag/dgc -__ http://www.llucax.com.ar/blog/ -__ http://www.llucax.com.ar/blog/blog/tag/dgc?sort=+date +__ https://www.llucax.com.ar/blog/blog/tag/dgc +__ https://www.llucax.com.ar/blog/ +__ https://www.llucax.com.ar/blog/blog/tag/dgc?sort=+date I have a page where I kept track of :doc:`interesting papers ` I read (or I want to read). If you know of any papers you think I would be @@ -53,8 +47,8 @@ __ http://git-scm.com/ * CDGC__: The collector itself. * dgcbench__: The benchmarks used to test the performance of the collector. -__ http://git.llucax.com.ar/w/software/dgc/cdgc.git -__ http://git.llucax.com.ar/w/software/dgc/dgcbench.git +__ https://git.llucax.com.ar/w/software/dgc/cdgc.git +__ https://git.llucax.com.ar/w/software/dgc/dgcbench.git These other repositories are in in Spanish: @@ -62,9 +56,9 @@ These other repositories are in in Spanish: * Informe__: The thesis document itself. * Presentacion__: The slides used to present the thesis. -__ http://git.llucax.com.ar/w/z.facultad/75.00/propuesta.git -__ http://git.llucax.com.ar/w/z.facultad/75.00/informe.git -__ http://git.llucax.com.ar/w/z.facultad/75.00/presentacion.git +__ https://git.llucax.com.ar/w/z.facultad/75.00/propuesta.git +__ https://git.llucax.com.ar/w/z.facultad/75.00/informe.git +__ https://git.llucax.com.ar/w/z.facultad/75.00/presentacion.git You can download too a :download:`CD image ` with all the code and binaries ready to be tested (also available as a :download:`tar archive @@ -80,6 +74,6 @@ __ http://www.dsource.org/projects/druntime __ http://www.dsource.org/projects/druntime/browser/branches/CDGC __ http://www.dsource.org/projects/tango/ticket/1997 __ http://www.dsource.org/projects/tango -__ http://llucax.com.ar/blog/blog/post/-3d3bc8f4 +__ https://llucax.com.ar/blog/blog/post/-3d3bc8f4 .. vim: set et sw=3 sts=3 tw=78 :