On Tue, 2011-07-26 at 01:09 +0200, Harald van Dijk wrote: > dash rather pointlessly calls imaxdiv, only to discard one of its > results. The call was already made conditional a while back because some > systems don't have imaxdiv, but the generated code for the version with > imaxdiv and the one with / and % is identical (with GCC 4.6.1 or ICC > 12.0.2, with -O0, -O2 or -Os), so it could just as well go entirely to > clean up the code a little bit. As I should have expected from those results, I messed up on the comparisons. I still had an alternate definition of imaxdiv I was testing with. The size actually decreases with the patch. -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html