[LLVMdev] On LLD performance

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Mar 12 15:12:41 PDT 2015


> There are also odd stuffs such as COMDAT groups or
> merge-not-by-name-but-by-content sections, that may complicate the model. (I
> don't think about that yet.)

For comdats (on ELF) you should be able to avoid even reading the bits
from subsequent files once a comdat of a given name has been found.

Cheers,
Rafael



More information about the llvm-dev mailing list