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 a...@openoffice.org 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to