All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] binutils: backport xtensa ld optimizations
@ 2015-04-09 19:52 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-04-09 19:52 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=c6d9a92dbd173902b0fccd04ba613dcdce9494f8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This series optimizes most time-consuming algorithms and data structures
in the xtensa link-time relaxation code, leaving relaxation logic intact.

Speedup linking typical linux kernel is ~8 times (1 minute instead of 8),
pathological cases (linking objects partially linked without relaxation)
are handled ~60 times faster (1 minute instead of an hour).

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 ...nsa-optimize-check_section_ebb_pcrels_fit.patch |  502 ++++++++++++
 .../907-xtensa-optimize-removed_by_actions.patch   |  356 +++++++++
 .../908-xtensa-optimize-find_removed_literal.patch |  146 ++++
 ...tensa-replace-action-list-with-splay-tree.patch |  826 ++++++++++++++++++++
 ...nsa-optimize-check_section_ebb_pcrels_fit.patch |  502 ++++++++++++
 .../907-xtensa-optimize-removed_by_actions.patch   |  356 +++++++++
 .../908-xtensa-optimize-find_removed_literal.patch |  146 ++++
 ...tensa-replace-action-list-with-splay-tree.patch |  826 ++++++++++++++++++++
 8 files changed, 3660 insertions(+), 0 deletions(-)

Patch is too large, so refusing to show it

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-09 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09 19:52 [Buildroot] [git commit] binutils: backport xtensa ld optimizations Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.