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]
Other format: [Raw text]

Re: -fno-tree-cselim not working?


> I agree that that is most likely an optimization bug that this
> conversion is being for a store to a variable which is not on the
> stack.

Even on the stack it might not be good -- e.g. if someone puts an 10MB 
array on the stack and does something with it you don't want such random
stores inside it because they could be potentially an additional cache miss.

-Andi


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