[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.
- [Bug ld/19542] Performance penalty when linking chromium executable,
amodra at gmail dot com <=
- [Bug ld/19542] Performance penalty when linking chromium executable, hjl.tools at gmail dot com, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, hjl.tools at gmail dot com, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, cvs-commit at gcc dot gnu.org, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, hjl.tools at gmail dot com, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, vapier at gentoo dot org, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, hjl.tools at gmail dot com, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, markus at trippelsdorf dot de, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, cvs-commit at gcc dot gnu.org, 2016/02/02
- [Bug ld/19542] Performance penalty when linking chromium executable, hjl.tools at gmail dot com, 2016/02/02