Extrawurst wrote: > All i can say is, that over at work when profiling our 3D Game Engine, > it is often the case that forcing the compiler to inline (MSVC 2005) > helps making peaces of code faster. The -inline switch to the compiler will inline functions.