This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/17503] [4.0 Regression] Huge performance regression in invalid_mode_change_p


------- Additional Comments From drow at gcc dot gnu dot org  2004-09-20 19:23 -------
Yes, Roger's patch is innocent.

Richard, I haven't narrowed it down to one patch yet, but it's down to the
six-hour window in which you committed the patch for PR 9997.  That's my
suspect.  There is no substantive difference in the RTL diffs except that
numbers for pseudoregisters get larger:
-(insn 9 8 10 1 (set (reg:SI 59 [ T.665 ])
+(insn 9 8 10 1 (set (reg:SI 11374 [ T.665 ])
         (mem/s/j:SI (plus:SI (reg/f:SI 11377)

and stack offsets fluctuate a bit.

I'll verify that I've pegged the right patch.  Do we need to do this at -O0?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]