From: Josef Weidendorfer Date: Mon, 1 May 2006 01:49:28 +0000 (+0000) Subject: Hint to better run with option "--pop-on-jump" when doing X-Git-Tag: svn/VALGRIND_3_2_0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4daf8d83d6813ce45e39df43eb89f76a0425a358;p=thirdparty%2Fvalgrind.git Hint to better run with option "--pop-on-jump" when doing self-hosting runs with outer callgrind. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5871 --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index a3e835e7f5..2797565c1b 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -96,6 +96,9 @@ At the time of writing the allocator is not annotated with client requests so Memcheck is not as useful as it could be. It also has not been tested much, so don't be surprised if you hit problems. +When using self-hosting with an outer callgrind tool, use '--pop-on-jump' +(on the outer). Otherwise, callgrind has much higher memory requirements. + Printing out problematic blocks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~