Re: [Libreoffice] [PATCH] 1/4 tools/rtti.hxx cleaning

2012-01-02 Thread Stephan Bergmann
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

Re: [Libreoffice] [PATCH] 1/4 tools/rtti.hxx cleaning

2011-12-19 Thread Michael Meeks
Hi Rafael, On Mon, 2011-12-19 at 13:03 -0430, Rafael Dominguez wrote: Just some cleanup of tools/rtti.hxx macros for c++ RTTI. Gosh :-) you are brave. I suppose there is some residual performance concern about this sort of thing; then again I think that many of our SfxItemSet items are

Re: [Libreoffice] [PATCH] 1/4 tools/rtti.hxx cleaning

2011-12-19 Thread Rafael Dominguez
On Mon, Dec 19, 2011 at 3:57 PM, Michael Meeks michael.me...@suse.comwrote: Hi Rafael, On Mon, 2011-12-19 at 13:03 -0430, Rafael Dominguez wrote: Just some cleanup of tools/rtti.hxx macros for c++ RTTI. Gosh :-) you are brave. I suppose there is some residual performance concern