X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst diff --git a/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst b/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst index fbb914b..c476338 100644 --- a/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst +++ b/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst @@ -5,7 +5,7 @@ After a `small (but important) step`__ towards making the D__ GC__ truly concurrent__ (which is my main goal), I've been exploring the possibility of making the mark phase recursive instead of iterative (as it currently is). -__ http://llucax.com.ar/blog/blog/post/-4c9dd5b5 +__ https://llucax.com.ar/blog/blog/post/-4c9dd5b5 __ http://www.digitalmars.com/d/ __ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29 __ http://www.memorymanagement.org/glossary/c.html#concurrent.garbage.collection