bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/19542] Performance penalty when linking chromium executable


From: amodra at gmail dot com
Subject: [Bug ld/19542] Performance penalty when linking chromium executable
Date: Tue, 02 Feb 2016 03:24:04 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]