[PATCH] D42516: [llvm-objcopy] Add support for large indexes
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 15:52:30 PST 2018
emaste added a comment.
In https://reviews.llvm.org/D42516#1014317, @jhenderson wrote:
> One other point - it would be good to compare the performance of llvm-objcopy to GNU objcopy in this case, and if we're a lot worse, run a profiler at some point to identify what we're doing that makes things worse.
If someone's running performance comparisons it would be good to also include ELF Tool Chain's version.
https://sourceforge.net/p/elftoolchain/wiki/Home/
(We replaced (most of) binutils with ELF Tool Chain in FreeBSD.)
Repository:
rL LLVM
https://reviews.llvm.org/D42516
More information about the llvm-commits
mailing list