[PATCH] D46145: Use a buffer when allocating relocations
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 26 15:18:38 PDT 2018
espindola added a comment.
In https://reviews.llvm.org/D46145#1080123, @ruiu wrote:
> This seems a bit tricky. Doesn't shrink_to_fit work?
At least on linux with libstdc++ it doesn't seem to move the data to a smaller buffer. I still get a peak of 564.2 with it.
https://reviews.llvm.org/D46145
More information about the llvm-commits
mailing list