]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst
Update resume
[personal/website.git] / source / blog / posts / 2009 / 04 / gc-optimization-for-contiguous-pointers-to-the-same-page.rst
index 87af1b277ebd872cb940605bc469519aba0324a6..995a32afbef18a74785dcf491b22acd8ab2f4b1e 100644 (file)
@@ -40,7 +40,7 @@ type called *bins*. There are bin sizes of 16 (``B_16``) to 4096 (``B_PAGE``),
 incrementing in steps of power of 2 (32, 64, etc.). See `Understanding the
 current GC`__ for more details.
 
-__ https://proj.llucax.com.ar/blog/dgc/blog/post/250bf643
+__ /blog/blog/post/250bf643
 
 For large contiguous objects (like ``txt`` in this case) multiple pages are
 needed, and that pages contains only one bin of size ``B_PAGEPLUS``, indicating