Fully dynamic d by opDotExp overloading
bearophile
bearophileHUGS at lycos.com
Sat Apr 18 08:28:27 PDT 2009
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
More information about the Digitalmars-d
mailing list