Runtime version statement

Martin Nowak dawg at dawgfoto.de
Tue Jan 10 01:42:02 PST 2012


> Function pointers are super-slow on some architectures. I don't think  
> it's
> a particularly good solution unless the functions you're calling do a lot
> of work.
If you're working on very specific platforms you can likely determine
such things at compile time. Alternative approaches are distributing  
multiple
executables or using template parameterization of whole engines.


More information about the Digitalmars-d mailing list