On 12/20/2011 01:00 AM, Rafael Dominguez wrote:
Well yeah theres a penalty for using dynamic_cast but dunno how much will affect performance since theres alot of calls, but im pretty sure some code can be refactored to avoid casting.
Just FYI, when I redesigned configmgr, I abandoned my initial idea to dispatch on the various Node sub-types via dynamic_cast in favour of a more verbose Node::kind() and static_cast. The former turned out to be just too slow (as Node instances are mass objects in configmgr).
Stephan _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice