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

             Bug #: 51109
           Summary: bdver1 scheduler state machine too large
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: andi-...@firstfloor.org
                CC: harsha.jaga...@amd.com, hubi...@gcc.gnu.org


I noticed that the i386 bdver1 scheduler generates some of the largest symbols
in the compiler, much larger than any of the other x86 scheduler state machines

% nm -t d --size-sort .../cc1 | c++filt | tail
...
0000000000040480 r bdver1_int_min_issue_delay
...
0000000000161920 r bdver1_int_transitions

Likely that means it's slow too.

Honza thought it was a bug, so I'm filling it for reference.

Reply via email to