From: Mark Wooding Date: Sun, 30 Mar 2025 21:42:13 +0000 (+0100) Subject: run-massif: Give up trying to run heap profiles on Golang and Lisp. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/wordchain/commitdiff_plain/2aa41d4fca7e23a89c6ba2a4e59d41fcc1d738f7 run-massif: Give up trying to run heap profiles on Golang and Lisp. --- diff --git a/run-massif b/run-massif index 05ee019..6bf22b5 100755 --- a/run-massif +++ b/run-massif @@ -3,7 +3,7 @@ run_massif () { out=$1; shift valgrind --tool=massif --massif-out-file=$out \ - --peak-inaccuracy=0 --pages-as-heap=yes \ + --peak-inaccuracy=0 --pages-as-heap=no \ "$@" } @@ -21,6 +21,7 @@ run_wordchain () { } make -s list | while read i; do + case $i in golang | lisp-*) continue ;; esac run_wordchain massif.$i.baseline $i /dev/null for d in DICT.*; do d=${d#DICT.}