Re: [llvm-commits] CVS: llvm/include/llvm/ADT/StringMap.h

2007-02-11 Thread Chris Lattner
On Sun, 11 Feb 2007, Reid Spencer wrote: >> +// If the hash table is now more than 3/4 full, or if fewer than 1/8 of >> +// the buckets are empty (meaning that many are filled with tombstones), >> +// grow the table. > > If I get this right, it could also shrink the table, right? nope,

Re: [llvm-commits] CVS: llvm/include/llvm/ADT/StringMap.h

2007-02-11 Thread Reid Spencer
Chris, some comments .. On Sun, 2007-02-11 at 15:07 -0600, Chris Lattner wrote: > > Changes in directory llvm/include/llvm/ADT: > > StringMap.h updated: 1.10 -> 1.11 > --- > Log message: > > do not allow hash table to be filled with tombstones. > > > --- > Diffs of the changes: (+10 -4) >