Re: what does two semicolns ';;' do
- From: Thomas Mlynarczyk <thomas@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 29 Jun 2008 20:30:58 +0200
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)
.
- References:
- what does two semicolns ';;' do
- From: larry
- Re: what does two semicolns ';;' do
- From: jimp
- what does two semicolns ';;' do
- Prev by Date: Sexy INDIAN WOMEN SAREE Removing Video CLIP
- Next by Date: Re: what does two semicolns ';;' do
- Previous by thread: Re: what does two semicolns ';;' do
- Next by thread: Re: what does two semicolns ';;' do
- Index(es):
Relevant Pages
|