[PATCH] D36351: [lld][ELF] Add profile guided section layout

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 14:12:50 PST 2018


Peter Collingbourne <peter at pcc.me.uk> writes:

> These are the results that I previously got with chrome:
> https://bugs.chromium.org/p/chromium/issues/detail?id=759259#c10

Cool. You mention local symbols, so I assume that you were using the
older patch version that read the call graph from a text file, right?

Handling ICF is a nice improvement. Would you mind sending a patch that
adds that to the current version of the patch?

Is there documentation somewhere on how to run these benchmarks? If not,
would you mind running them again once ICF added to this patch?

Thanks,
Rafael


More information about the llvm-commits mailing list