[tree-ssa] Tree Browser

Mike Stump mrs@apple.com
Tue Dec 3 14:18:00 GMT 2002


On Wednesday, November 27, 2002, at 07:23 PM, Fergus Henderson wrote:
> On 27-Nov-2002, Pop S?bastian <pop@gauvain.u-strasbg.fr> wrote:
>> On Wed, Nov 27, 2002 at 08:56:21AM -0500, Diego Novillo wrote:
>>>
>>> Out of curiosity, why 'while (24)' in browse_tree()?
>>>
>> It was just for fun :).
>> Is 'while (1)' the canonical way to say infinite loop?
>
> I prefer 'for (;;)'.

bash-2.05a$ grep 'while (1)' *.c | wc -l
      105
bash-2.05a$ grep 'for (;;)' *.c | wc -l
       68

:-)



More information about the Gcc-patches mailing list