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]

Re: Dec 30 patch causes large performance regression on ia64


On Tue, Mar 20, 2001 at 03:33:49PM +0000, Bernd Schmidt wrote:
> 3) flow complains about registers that are less wide than a word (e.g.
>    BImode).  I'm inclined to kill verify_wide_reg - what's the idea behind
>    it?

verify_wide_reg compensates for flow not properly tracking
lifetimes of multi-word registers.  In an ideal world it
would be an unconditional abort.  I really should expand the
commentary there...

If you've run into a problem with smaller registers, you have
encountered a bug elsewhere.


r~


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