diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-03-26 01:49:50 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-03-26 01:49:50 +0000 |
commit | fef9e86f7007193ffc7f8d7c27f19cd891a9782b (patch) | |
tree | fc014824259bedb3d8a1292113e90865fdb8687a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | d0234c4593ad6a59f378317ebcfc0506a1a11c36 (diff) | |
download | llvm-fef9e86f7007193ffc7f8d7c27f19cd891a9782b.zip llvm-fef9e86f7007193ffc7f8d7c27f19cd891a9782b.tar.gz llvm-fef9e86f7007193ffc7f8d7c27f19cd891a9782b.tar.bz2 |
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%.
llvm-svn: 264486
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions