Review Request: Shared empty private class for KTimeZoneBackend

Volker Krause vkrause at kde.org
Sun Jun 12 13:19:25 BST 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101593/
-----------------------------------------------------------

Review request for kdelibs, John Layt and David Jarvie.


Summary
-------

This patch makes KTimeZoneBackend use a shared empty private class, an optimization done in a few other places around KDateTime already.

This specific place turned up during memory-profiling KMail with folders containing ~100k messages. KMail (via KMime) creates one KDateTime object per message (using OffsetFromUTC mode), each of which contains two (empty) KTimeZone objects. The resulting 200k (identical) KTimeZoneBackend objects use about 20Mb of heap memory according to massif.


Diffs
-----

  kdecore/date/ktimezone.cpp f38deed 

Diff: http://git.reviewboard.kde.org/r/101593/diff


Testing
-------

kdecore unit tests still pass, KMail also still works fine, but I have no idea if this has side-effects on other, more complex use-cases


Thanks,

Volker

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20110612/4c38c007/attachment.htm>


More information about the kde-core-devel mailing list