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

Re: cprop "fix"


> On Sat, Jul 13, 2002 at 08:49:02PM +0200, Jan Hubicka wrote:
> > The attached patch "fixes" our cprop implementation by adding the local
> > counterpart that is really easy given the infrastructure we developed.
> 
> Makes sense, generally.
> 
> Your implementation does not terminate building unwind-dw2-fde-glibc.c
> on alpha though.

Can I get the preprocessed file?
It should be the case that try_repalace_reg is still returning false
positives.  It is related to apply_change group stuff we've discussed.
I believe we can simply add num_pending_changes () function to make this
stuff easier.  Sounds sane?

Honza
> 
> 
> r~


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