[Bug java/12756] New: Binary Compatibility: Searches are slow

aph at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Oct 24 13:18:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12756

           Summary: Binary Compatibility: Searches are slow
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 BugsThisDependsOn: 12725

There are many linear (rather than hash table) searches, both at compile time
and run time.  We need to make most searches run in O(1) time.



More information about the Gcc-bugs mailing list