commit | c5b3f5025871a8f359c08f242894af00178d08dd | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Nov 22 21:35:27 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Nov 22 21:35:27 2011 +0000 |
tree | 5c64e229bcf8c9596f9d9d14eeb4fa08f57fd139 | |
parent | 2eb5122c6aa0f4e1eae0f19563741bb3cb68d32e [diff] |
Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20% to 30% of memory. The size doubling was killing us and we ended up with up to just under 50% of empty capacity. Cleaning this up saves us a ton of memory. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145086 91177308-0d34-0410-b5e6-96231b3b80d8