[PATCH] D109499: [DebugInfo][NFC] Erase capacity in DWARFUnit::clearDIEs().

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 08:59:49 PDT 2021


dblaikie added a comment.

Have you observed this to be a problem in practice? Might be worth getting that implementation fixed, rather than working around the low-quality implementation (if that's the issue - if the implementation has a good reason for not taking the shrink_to_fit hint, then maybe this patch is the way to go)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109499/new/

https://reviews.llvm.org/D109499



More information about the llvm-commits mailing list