Re: what does two semicolns ';;' do



jimp@xxxxxxxxxxxxxxxxxxxx schrieb:

AIR for(;;) is slightly more efficient/faster than while(1).

How come? Isn't

for ( init; cond; after ) { stuff }

just syntactic sugar for

init; while ( cond ) { stuff; after }

and should therefore internally be the same?

Greetings,
Thomas


--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
.



Relevant Pages

  • Re: database of zip codes to latitude-longitude coordinates?
    ... I m'using PHP 4.4.4 and MySQL 5.0. ... Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison! ...
    (alt.php)
  • Re: css hover not working in IE
    ... JavaScript based solution using IEs proprietary behaviour property: ... Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison! ...
    (alt.html)
  • Re: Eleganteres SELECT mit LEFT JOIN
    ... Wir reden von 40 Spalten - das ist definitiv nicht gaaanz viel. ... Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison! ...
    (de.comp.datenbanken.mysql)
  • Re: Why is break so lame, and no goto
    ... insert text -- it apparently opens up a new scope. ... Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison! ...
    (comp.lang.php)
  • Re: EN>FR contribution page / contributor
    ... intituler la rubrique "Le mot du contributeur" par exemple mais on parle aussi fréquemment de "Tribune libre" lorsqu'il s'agit d'y exprimer des idées. ... Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison! ...
    (sci.lang.translation)