[Lldb-commits] [PATCH] D47492: DWARFUnit::m_die_array swap()->shrink_to_fit()

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 31 01:54:59 PDT 2018


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

shrink_to_fit should be fine. I wouldn't expect to see any difference as it is implemented (in libstdc++ at least) using the swap trick too.


https://reviews.llvm.org/D47492





More information about the lldb-commits mailing list