bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/26406] Extreme assembling time regression with 2.35 and master


From: amodra at gmail dot com
Subject: [Bug gas/26406] Extreme assembling time regression with 2.35 and master
Date: Wed, 19 Aug 2020 13:10:36 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
We're quadratic in number of sections.

_bfd_elf_write_object_contents
  bfd_map_over_sections (abfd, bed->s->write_relocs, &failed);

elf_write_relocs:
  if (!bed->write_secondary_relocs (abfd, sec))

_bfd_elf_write_secondary_reloc_section:
  for (relsec = abfd->sections; relsec != NULL; relsec = relsec->next)

-- 
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]