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: Some thoughts and quetsions about the data flow infrastracture


> 2) the style of changing rtl will have to change even more.  People are
> used to just going in and doing a little trim here and a touch there. 
> Having the refs hang off the leaves when people do this is more tricky
> than what we have now. 

Did you mean "chaining" in the first line?

If so, I agree.  I think it's probably too difficult a project to make
major changes in the format of RTL *expressions*, but certainly I view
the format of insns as "fair game" for being changed as part of the DF
work since they basiclly contain DF information!


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