[PATCH] D13958: Mere SHF_STRING

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 06:12:39 PDT 2015


> Good numbers. We are probably already on per with gold in terms of output
> size. (It's actually more than per, so we may be discarding too much data
> with --gc-sections, but I don't know what that is. At least all tests still
> pass.)

That was .eh_frame.

> This feature makes LLD about 1.5x slower. Does this feature have to be
> enabled by default? It feels like it's a kind of -O1 feature for linkers.

Most linkers do put it in -O1. With the current ADT
(StringTableBuilder) it is not that easy to make it optional.

I will run a couple of experiments with a slightly lower lever ADT and
update the results.

Cheers,
Rafael


More information about the llvm-commits mailing list