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: Folding (a ? b : c) op d


On Aug 30, 2013, at 2:38 AM, Marc Glisse <marc.glisse@inria.fr> wrote:
> There is no undoing here, it is just a recursion that gets very slow for nested conditions:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219

Gosh, such simple and small code.  :-)

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