X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/32cb310b42235f42ba8f9f70bb7ba3fe07b99377..2270f1fb21528602c4053cfca0c1d109088b5ddf:/source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst?ds=sidebyside 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 c476338..96b8577 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). -__ https://llucax.com.ar/blog/blog/post/-4c9dd5b5 +__ /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