commit | e949106dd68273c65992669633eca1acc952f7ba | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Mar 26 01:49:50 2016 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Mar 26 01:49:50 2016 +0000 |
tree | b8e3521d2916fa43cd6f831c3c959edb3290ab25 | |
parent | 4508f5d028f47e2c32b2d818322ad3dc09bd1ca2 [diff] |
Don't force OnDiskHashTables to have a minimum of 64 buckets. That's preposterously large for some lookup tables -- in C++ classes generated by template instantiation, it's very common for the number of lookup results to be either 1 or 2. This reduces size of a libstdc++ module by 7-15%. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264486 91177308-0d34-0410-b5e6-96231b3b80d8