Name: Anonymous 2010-07-02 13:41
Whats the difference?
while (1) will be slightly slower than a proper compilation of for (;;). If I want to write for (;;) I will, and the compiler should not get in my way if I write while (1) instead.