in reply to Should loop {} really loop indefinitely?
The infinite loop is in fact very useful, and I had to explicitly tell my optimizing C compiler (back in the day) not to replace it with a nop instruction when in fact the loop was waiting for an interrupt to occur from an I/O port.
With that perspective, I think the code should in fact just loop there forever. You presumably wrote it that way for a reason. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Should loop {} really loop indefinitely?
by grondilu (Friar) on Oct 07, 2013 at 22:23 UTC |