bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/29794] New: find_reloc_table_entry should be speed up


From: pinskia at gcc dot gnu.org
Subject: [Bug gas/29794] New: find_reloc_table_entry should be speed up
Date: Wed, 16 Nov 2022 17:21:47 +0000

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

            Bug ID: 29794
           Summary: find_reloc_table_entry should be speed up
           Product: binutils
           Version: unspecified
            Status: NEW
          Keywords: performance
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64*-*-*

With -O0 generated code, sometimes strlen shows up high on the perf profiling
of gas.
I looked and saw find_reloc_table_entry each time calls strlen on the name of
the relocation in the const table.
There has to be a better way of matching :lo12: and such.

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