X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/4ba06413f535a389bab1987d2dcb46de3a912050..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/source/blog/posts/2010/07/13-performance-wtf.rst diff --git a/source/blog/posts/2010/07/13-performance-wtf.rst b/source/blog/posts/2010/07/13-performance-wtf.rst index b93de2e..4bdfc4a 100644 --- a/source/blog/posts/2010/07/13-performance-wtf.rst +++ b/source/blog/posts/2010/07/13-performance-wtf.rst @@ -17,7 +17,7 @@ a Makefile__ to compile the programs, run the tests and generate some graphs with the timings to compare the performance against the current D__ GC__ (Tango__ really). -__ http://www.llucax.com.ar/proj/dgc/index.html +__ https://www.llucax.com.ar/proj/dgc/index.html __ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29 __ http://en.wikipedia.org/wiki/Makefile __ http://digitalmars.com/d/index.html @@ -103,7 +103,7 @@ box, and the box at work are both 64 bits, I suspected from that too, but the old AMD is 32 bits and I see the problem there too. __ http://www.dsource.org/projects/dmd -__ http://www.llucax.com.ar/blog/blog/post/-41d8f86f +__ https://www.llucax.com.ar/blog/blog/post/-41d8f86f I've tried valgrind__ + callgrind__ + kcachegrind__ but it seems like valgrind emulation is not affected by whatever difference is when the program is ran