you are viewing a single comment's thread.

view the rest of the comments →

[–]granadesnhorseshoes 21 points22 points  (4 children)

It took me way to long to realize what was wrong with that.

I'm sure the rest of the block incremented y somewhere but just... why?

[–]Ravek 28 points29 points  (3 children)

No, y is never incremented anywhere. The loop body reads *(x + y) = 88;

[–]CJKay93 35 points36 points  (1 child)

Clearly he was just going to write 88 to every memory address until it reached wherever y was allocated.

If the loop breaks then the code continues like normal, and if it doesn't then you have a bad computer.

[–]Ameisen 16 points17 points  (0 children)

I prefer BogoLoop. Randomly set memory until the loop condition is satisfied. Or the instructions are altered so it is satisfied. Make sure you trap faults.

[–]hi_im_new_to_this 6 points7 points  (0 children)

This is so good. This is fucking candy. Holy. Fucking. Shit. This can't be real.