X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/4ba06413f535a389bab1987d2dcb46de3a912050..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/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 4da81cd..be27756 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`__. -__ http://proj.llucax.com.ar/blog/dgc/blog/tag/understanding%20the%20current%20gc +__ https://proj.llucax.com.ar/blog/dgc/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