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: [tree-ssa] cfg.texi needs reviewing by a native speaker (Was: Re: "Documentation by paper")


Hello,

> >  > and also know that copied loop headers
> > Well, the tree-ssa branch copies loop headers quite effectivel now.
> 
> Yes and it still use the old code that does:
>                       predict_insn_def (copy, PRED_LOOP_HEADER, TAKEN);
> so it is recorded that unlike normal conditionals, this conditional will
> usually be true.  I guess current tree-ssa is on the safe ground here.
> Zdenek mentioned this to be one of problems when you move to new loop
> copying that can't pass this info around.  It can be one of reasons why
> moving the loop header copying around from RTLopt branch broke things
> even more.

no -- rtlopt branch loop header copying gets it right; this problem
might arise when adding the loop header copying on tree level, since
there is currently no way how to get the prediction to the rtl level.

Zdenek


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