[PATCH] Linker: Replace overridden subprograms

David Blaikie dblaikie at gmail.com
Tue Dec 16 10:36:17 PST 2014


On Tue, Dec 16, 2014 at 10:30 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:
>
> > What's suboptimal about .debug_str? Does lld not support the string
> > deduplicating section stuff?
>
> I guess that is it. The section is larger. Looking at a clang debug
> build, the sections that increase by more than 10MB are
>
> .rodata 14.155223
> .eh_frame 17.065048
> .text 40.909968
> .debug_str 878.101951
>
> So the dwarf itself is not the issue. Sorry for the noise.
>

No worries - interesting to hear about/know.

Thanks,
- Dave


>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141216/72eb3fff/attachment.html>


More information about the llvm-commits mailing list