[Webkit-unassigned] [Bug 73712] PODIntervalTree takes 1.7MB memory on www.nytimes.com

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


https://bugs.webkit.org/show_bug.cgi?id=73712


Yongjun Zhang <yongjun_zhang at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #119134|0                           |1
        is obsolete|                            |
 Attachment #119477|                            |review?
               Flag|                            |




--- Comment #20 from Yongjun Zhang <yongjun_zhang at apple.com>  2011-12-15 11:50:30 PST ---
Created an attachment (id=119477)
 --> (https://bugs.webkit.org/attachment.cgi?id=119477&action=review)
Take 3: use PODFreeListArena<T> to ensure the objects allocated from the arena having the same size.

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list