Added counter script.

This commit is contained in:
Cas Cremers 2018-10-19 14:35:56 -04:00
parent ac7e0a144b
commit 128189bb54

7
src/count_trampolines.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
make clean ; make 2>&1 |grep "warning: trampoline" > trampolines.out
cat trampolines.out
echo
wc -l trampolines.out