[webkit-reviews] review requested: [Bug 68105] Reduce EventTarget memory usage by deferring hash map allocation until there are listeners for more than 1 event type. : [Attachment 107378] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 12:49:27 PDT 2011


Andreas Kling <kling at webkit.org> has asked  for review:
Bug 68105: Reduce EventTarget memory usage by deferring hash map allocation
until there are listeners for more than 1 event type.
https://bugs.webkit.org/show_bug.cgi?id=68105

Attachment 107378: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=107378&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
First stab at this. While the memory savings are very good, some things are no
longer inline which may be an issue.
Looking forward to comments.


More information about the webkit-reviews mailing list