Sure, but then you deserve what you get...
Sure, but then you deserve what you get...
Posted May 26, 2011 17:21 UTC (Thu) by anton (subscriber, #25547)In reply to: Sure, but then you deserve what you get... by foom
Parent article: What Every C Programmer Should Know About Undefined Behavior #3/3
Does it really make sense that a loop gets slower just because you declare the loop counter as an "unsigned int" instead of an "int"?It gets slower? Doesn't the code with int loop infinitely when compiled with gcc? Great optimization!