1. Make table size prime -- improves hashing performance vastly.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 30 Jul 2003 12:49:25 +0000 (12:49 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 30 Jul 2003 12:49:25 +0000 (12:49 +0000)
commit6235ea20123a98ce283158efa67b791423fffffd
tree38a83078d95462ea4054a8595e73fa4100411e54
parent7a3dd8651f4a5ed9653fc40611843c7cb7a9391f
1. Make table size prime -- improves hashing performance vastly.
2. Reduce #hashes from 2 to 1 for initial inserts.
3. Fix incorrect assertion from last checkin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7417 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libtrace/tracelib.c