[PATCH] D17242: [ELF] - Linkerscript KEEP command.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 15:27:49 PST 2016


On Thu, Feb 18, 2016 at 10:56:40AM -0500, Rafael EspĂ­ndola via llvm-commits wrote:
> So, in the context of this change, I think the most important
> performance cases are
> 
> * Linker script is not used
> * Linker script without KEEP
> * Linker script with KEEP

I wonder how often KEEP is used with wildcards -- without them, the
logic can be folded into a hash table, can't it?

Joerg


More information about the llvm-commits mailing list