This is the mail archive of the gcc@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: Combine versus volatile (Was: Re: Performance of Integer Multiplication on PIII)


    volatile_ok is a stupid hack and should be removed.  Removing it would
    require fixing any bugs, like the one kenner alluded to, 

No, they aren't "bugs": they are things that volatile_ok handles for us.
I agree it's heavy-handed, but the alternative is to look at *all* changes
made to MEMs and make sure each is safe for volatile MEMs.  That's
a lot of work.


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