]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2009 / 03 / accurate-garbage-collection-in-an-uncooperative-environment.rst
index 9056d8f782f6a843cda2175b15b64d02aa95ef55..2417aeb8617815e2e6d5f21cfbb0cc25fe5f3018 100644 (file)
@@ -34,7 +34,7 @@ aware of any of this issues, so I can't say anything about it.
 In case you wonder, I've added this paper to my `papers playground wiki page`__
 =)
 
-__ http://proj.llucax.com.ar/projects/dgc/wiki/Papers_playground
+__ https://proj.llucax.com.ar/projects/dgc/wiki/Papers_playground
 
 
 Update
@@ -46,7 +46,7 @@ there (I was thinking only in the heap, where some degree of *accuracy* is
 achieved by setting the ``noscan`` bit for a *bin* that don't have pointers, as
 mentioned in my `previous post`__).
 
-__ http://proj.llucax.com.ar/blog/dgc/blog/post/250bf643
+__ https://proj.llucax.com.ar/blog/dgc/blog/post/250bf643
 
 So this paper could help getting accurate GC into D, but it doesn't seems
 a great deal when you can add type information about local variables when