← Back to team overview

yade-dev team mailing list archive

devirtualized functors

 

>   2. Add optional devirtualized functors (experimental)

from what I learned about C++, though never benchmarked it myself,
removing vtable isn't going to speed up anything. How do you know
that removing virtual functions is going to help? (benchmarks ? :)

Do you keep in mind that all serializable classes have vtable forced
upon them, and even non-virtualized methods are called through vtable - AFAIK!

-- 
Janek Kozicki                               http://janek.kozicki.pl/  |



Follow ups

References