[PATCH] D28773: [ELF] - Avoid reusing DynsymIndex for -r
Rafael Ávila de Espíndola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 10:20:11 PST 2017
rafael added a comment.
Keeping the Symbol type small is important for the common case, so I think this is better than adding another member variable.
If this is too slow -r, we can probably reorder the loop to gain some speed.
Rui, what do you think?
https://reviews.llvm.org/D28773
More information about the llvm-commits
mailing list