Hi
 In the source code of some packages, I have seen 'for
(;;)' where 'while (1)' could have done the job.  Is
it related to the efficiency of the code generated ? 
I have also seen that the a java decompiler generated
'for(;;)' from the bytecode  which was compiled with
'while(true)'. Is it that all 'while' loops are
converted to 'for' loops
internally before compiling?



__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
_______________________________________________
Meeting on 6th 4pm at IIT Mumbai. See http://www.ilug-bom.org.in/meet/
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to