This is the mail archive of the gcc-patches@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: Deletion of dead stores


    An FYI, a more standard (and more effective) way to do this is to 
    have a virtual write to every stack slot at the end of an exit block.

That's exactly the effect of this change, except that it just chooses
those stack slots that are actually written: if you have a lot of stack,
there's no point in generating bogus stores to each of them.

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