X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/32cb310b42235f42ba8f9f70bb7ba3fe07b99377..ec015a066c46685155348842ed073175128e4723:/source/blog/posts/2009/04/object-finalization.rst diff --git a/source/blog/posts/2009/04/object-finalization.rst b/source/blog/posts/2009/04/object-finalization.rst index be27756..a5e19ea 100644 --- a/source/blog/posts/2009/04/object-finalization.rst +++ b/source/blog/posts/2009/04/object-finalization.rst @@ -19,7 +19,7 @@ can pay attention to the other stuff. The exercise is already paying off. Implementing this GC I was able to see some details I missed when I've done the `analysis of the current implementation`__. -__ https://proj.llucax.com.ar/blog/dgc/blog/tag/understanding%20the%20current%20gc +__ /blog/blog/tag/understanding%20the%20current%20gc For example, I completely missed **finalization**. The GC stores for each cell a flag that indicates when an object should be finalized, and when the memory