[llvm-commits] [PATCH 2/5] Prevent infinite growth of SmallMap instances.

jfonseca at vmware.com jfonseca at vmware.com
Thu Mar 24 07:30:35 PDT 2011


Rehash but don't grow when full of tombstones.
---
 include/llvm/ADT/StringMap.h |   16 ++--------------
 lib/Support/StringMap.cpp    |   14 +++++++++++++-
 2 files changed, 15 insertions(+), 15 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Prevent-infinite-growth-of-SmallMap-instances.patch
Type: text/x-patch
Size: 2357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110324/50f9c8d9/attachment.bin>


More information about the llvm-commits mailing list