X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/026ddd134c2a47ab83069548c56f2e3d4cc04464..5a226a8f0e5cb4e134ee7aa9f86dfd4281049bc2:/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 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