https://sourceware.org/bugzilla/show_bug.cgi?id=19542

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com
            Summary|Preformance penalty when    |Performance penalty when
                   |linking chromium executable |linking chromium executable

--- Comment #9 from Alan Modra <amodra at gmail dot com> ---
I would guess most of the time is spent in elf_x86_64_convert_load.  It looks
expensive in terms of memory, and is quadratic in number of sections (called
per section, and has a section loop internally).  ld --no-keep-memory might
help.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to