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: CFG-branch merge (Was: Re: DFA scheduler merge - approval issues?)


> 	This sounds great!
> 
> 	We need to start figuring out how we are going to schedule merging
> the various new technology branches into the trunk.
> 
> 	As far as the PowerPC patch, I was just about to start
> experimenting with a patch that separates the SVR4 call_operand predicate
> from an AIX symbol_ref_operand predicate.

Thanks.
The post-reload duplication code does not copy the recog cache making such
crashes to happen (I am surprised that we do have patterns not matching anymore
after reload).

I will add code to copy the cache as it saves bit of runtime, but I would
also like to add sanity check to verify_insn_chain checking that cache match
what recog really returns making such fixes necesary.

Honza
> 
> Thanks, David


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