Use bitset index for Node48 too

This commit is contained in:
2024-01-31 16:04:03 -08:00
parent bafe1edfa4
commit 31a555c44c
3 changed files with 25 additions and 130 deletions

View File

@@ -3,4 +3,4 @@
set -euo pipefail
diff -u "$2" <(nm "$1" | grep " T " | cut -f3 -d " " | sort)
nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*')
nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3')