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: [tree-ssa] inlining now works on bnw-simple-branch


On Mon, Sep 23, 2002 at 05:09:30PM -0400, Robert Dewar wrote:
> > You can't handle && without a goto either.
> > 
> >         if (a && b)
> >           c;
> >         else
> >           d;
> 
> Actually there are many cases of short circuited forms which can be handled
> with jump free code, and it is often desirable to make such transformations
> on modern processors.

Here we are talking about the most general form of A and B.


r~


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