X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..ec015a066c46685155348842ed073175128e4723:/source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst diff --git a/source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst b/source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst index 9056d8f..f5c4566 100644 --- a/source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst +++ b/source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst @@ -31,10 +31,10 @@ The only thing it mentions that could apply to D (and any conservative GC in general) is the issues that compiler optimizations can introduce. But I'm not 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`__ +In case you wonder, I've added this paper to my `papers playground page`__ =) -__ http://proj.llucax.com.ar/projects/dgc/wiki/Papers_playground +__ /proj/dgc/papers.html 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 +__ /blog/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