[webkit-reviews] review requested: [Bug 73712] PODIntervalTree takes 1.7MB memory on www.nytimes.com : [Attachment 119477] Take 3: use PODFreeListArena<T> to ensure the objects allocated from the arena having the same size.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 11:50:29 PST 2011


Yongjun Zhang <yongjun_zhang at apple.com> has asked  for review:
Bug 73712: PODIntervalTree takes 1.7MB memory on www.nytimes.com
https://bugs.webkit.org/show_bug.cgi?id=73712

Attachment 119477: Take 3: use PODFreeListArena<T> to ensure the objects
allocated from the arena having the same size.
https://bugs.webkit.org/attachment.cgi?id=119477&action=review

------- Additional Comments from Yongjun Zhang <yongjun_zhang at apple.com>
In addition to changing PODFreeListArena to a templated class, the patch also
moves the shared interval arena from Document to RenderView, since Document
doesn't have visibility to PODInteval<int, FloatingObject*> which is defined in
RenderBlock.


More information about the webkit-reviews mailing list