]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2010 / 08 / 29-recursive-vs.-iterative-marking.rst
index fbb914b2c0c269b5d497c263df6406e00979fe87..c476338d6b52c2b52c440d57d01b197e2ffb180a 100644 (file)
@@ -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