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


> 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.


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