[llvm-commits] [PATCH 3/5] Prevent infinite growth of SmallPtrSet instances.
jfonseca at vmware.com
jfonseca at vmware.com
Thu Mar 24 07:30:36 PDT 2011
Rehash but don't grow when full of tombstones.
---
include/llvm/ADT/SmallPtrSet.h | 2 +-
lib/Support/SmallPtrSet.cpp | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Prevent-infinite-growth-of-SmallPtrSet-instances.patch
Type: text/x-patch
Size: 1915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110324/4ccf6cd7/attachment.bin>
More information about the llvm-commits
mailing list