Skip to content
Commit fef9e86f authored by Richard Smith's avatar Richard Smith
Browse files

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
parent d0234c45
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment