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: Limits of stage3 changes



My favorite example of this lack of follow-through is gcse.c.  It
computes reg-def chains and monotonic insn IDs. Guess what df-scan
provides?

This is great. I did that for combine and CSE, but I didn't know GCSE as well. From the description from my first read I like this patch, and I think you are the person that has studied GCSE more so I trust it a lot. (Most of this could be done in postreload GCSE too, by the way).


Paolo


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