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: random thought - optimizer



> Dead store elimination is pretty easy in SSA form, but I usually see
> it seperate than DCE.
> 
> In fact, SSA-DS looks something like this:

I know how it works.  The issue has always been that GCC makes decisions
too early and then loses track.  If we now have the infrastructure to fix
it, terrific.



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