X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..HEAD:/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..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`__. -__ http://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