llvm-6502/runtime/libtrace
Vikram S. Adve 6235ea2012 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
2003-07-30 12:49:25 +00:00
..
Makefile Native libraries (libinstr*.a) should not have been taken out when 2003-07-08 18:40:58 +00:00
tracelib.c 1. Make table size prime -- improves hashing performance vastly. 2003-07-30 12:49:25 +00:00
tracelib.h * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn 2002-05-20 21:15:30 +00:00