[PATCH] D46145: Use a buffer when allocating relocations
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 08:34:22 PDT 2018
espindola added a comment.
In https://reviews.llvm.org/D46145#1081120, @ruiu wrote:
> Then maybe we should remove it?
Just removing it would be disastrous for performance. It was a 6% improvement when it was added in r319976.
It might be possible to remove it after this patch.
https://reviews.llvm.org/D46145
More information about the llvm-commits
mailing list