[cpp-threads] infinite loops

Doug Lea dl at cs.oswego.edu
Mon Jul 31 15:04:52 BST 2006


Peter Dimov wrote:
> 
> 
> In other words, your proposed rule is that if
> 
> something; something; something; ...; something; x = 42;
> 
> can be transformed to
> 
> x = 42; something; something; something; ...; something;
> 
> for any finite amount of somethings, then it is allowed even when the 
> actual amount of iterations may be infinite.
>

Yes, exactly so. Thanks for saying this more clearly than I did :-)

-Doug



More information about the cpp-threads mailing list