To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101016
User aw changed the following:
What |Old value |New value
================================================================================
CC|'aw,mru,sba' |'aw,ka,mru,sba'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Apr 14 17:10:29 +0000
2009 -------
AW: Using VerySleepy shows that SdrGrafPrimitive2D::SdrGrafPrimitive2D uses
nearly 100% of the time by calling the GraphicObject constructor. This call
registers the object at the graphic manager, adds it to sume buffering and uses
ImpGraphic::ImplGetChecksum when doing this.
This is surprising since it's a copy constructor which may simply copy the
checksum, knowing that the object gets copied, not a new one created.
If this cannot be changed it will still be possible to use only one instance of
the GraphicObject, e.g. using a shared ptr.
Setting KA on copy.
AW->KA: Why is copy-constructing a GraphicObject thus expensive? Does it have to
re-calculate the involved checksums in a copy constructor...?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]