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: [PATCH] Optimize strlen/strcmp/strncmp/strncpy/fputs on ?: orcomma expressions


OK.

Typo "si" should be "is".

I notice that your COND_EXPR support uses recursive calls, but the COMPOUND_EXPR support does not. Maybe it should? If you have nested COMPOUND_EXPRs, or a COND_EXPR nested inside a COMPOUND_EXPR, your patch doesn't help. Not obvious if these cases matter though.



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