[Lldb-commits] [PATCH] D47492: DWARFUnit::m_die_array swap()->shrink_to_fit()
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 31 02:34:15 PDT 2018
jankratochvil added a comment.
If it is trivially copyable then IMO libstdc++ could use even that realloc() (that is for a shrink without any copy).
Repository:
rL LLVM
https://reviews.llvm.org/D47492
More information about the lldb-commits
mailing list