[PATCH] D47492: DWARFUnit::m_die_array swap()->shrink_to_fit()
Jan Kratochvil via Phabricator via llvm-commits
llvm-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 llvm-commits
mailing list