X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..ec015a066c46685155348842ed073175128e4723:/source/blog/posts/2009/08/allocations-graphs.rst diff --git a/source/blog/posts/2009/08/allocations-graphs.rst b/source/blog/posts/2009/08/allocations-graphs.rst index 05ca3a5..bf8a23c 100644 --- a/source/blog/posts/2009/08/allocations-graphs.rst +++ b/source/blog/posts/2009/08/allocations-graphs.rst @@ -9,8 +9,8 @@ Again, all graphs (as the graph title says), are taken using the `Naive GC`__ (stats code still not public yet :) and you can find the code for it in my `D GC benchmark`__ repository. -__ http://git.llucax.com.ar/w/software/dgc/naive.git -__ http://git.llucax.com.ar/w/software/dgc/dgcbench.git +__ https://git.llucax.com/w/software/dgc/naive.git +__ https://git.llucax.com/w/software/dgc/dgcbench.git This time the (big) graphs are in EPS format because I could render them in PNG as big as I wanted and I didn't had the time to fix that =S @@ -48,7 +48,7 @@ histogram of cell sizes. The histogram differentiates cells with and without the ``NO_SCAN`` bit, which might be useful in terms on seeing how bad the effect of false positives could be. -__ http://git.llucax.com.ar/w/software/dgc/naive.git +__ https://git.llucax.com/w/software/dgc/naive.git You can easily see how allocation time peeks match allocations that triggered a collection for example, and how bad can it be the effect of false positives,