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



  In message <10005311209.AA22564@vlsi1.ultra.nyu.edu>you write:
  > This does the optimization described in its comment below.
  > 
  > Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  > 
  > 	* flow.c (propagate_block): If block has no successors, stores to
  > 	frame are dead if not used.
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.

jeff

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