Andrei Alexandrescu:
> I know, but at about the fiftienth one you get sick of it.

In some situations static loops can be useful, but in general isn't the 
compiler supposed to be able to perform loop unrolling by itself, according to 
compilation arguments and according to how much code is present into the loop? 
(if it's too much code then loop unrolling is to be avoided).

Bye,
bearophile

Reply via email to