]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Hint to better run with option "--pop-on-jump" when doing
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 1 May 2006 01:49:28 +0000 (01:49 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 1 May 2006 01:49:28 +0000 (01:49 +0000)
self-hosting runs with outer callgrind.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5871

README_DEVELOPERS

index a3e835e7f5d2a2d6a596d1bc0f333553ff44a224..2797565c1b7e4e1e5997a1e35a1b9b34dd0a4191 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~