Module Name: src Committed By: sjg Date: Mon Jul 20 18:12:48 UTC 2020
Modified Files: src/usr.bin/make: hash.c hash.h main.c nonints.h targ.c var.c Log Message: Make DEBUG_HASH less of a fire-hose. Reporting keys on every lookup is overkill unless playing with a new HASH, so wrap in #ifdef DEBUG_HASH_LOOKUP Also add some stats at the end so we can see final size and max chain length - maxchain is a better variable name than maxlen. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/hash.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/hash.h cvs rdiff -u -r1.282 -r1.283 src/usr.bin/make/main.c cvs rdiff -u -r1.80 -r1.81 src/usr.bin/make/nonints.h cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/targ.c cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.