X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..8cccc4d84a0feabb49c057b5b8850f694e4c60a0:/source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst diff --git a/source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst b/source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst index 3a16751..995a32a 100644 --- a/source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst +++ b/source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst @@ -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. -__ http://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