[Webkit-unassigned] [Bug 43516] REGRESSION: Huge number of memory leaks after enabling MathML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 10:09:44 PDT 2010


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





--- Comment #19 from François Sausset <sausset at gmail.com>  2010-08-11 10:09:44 PST ---
For sure, frequent allocations/deallocations are not good for performance.
But as Alex stated, it happens only in specific cases and it is not straightforward to use another method.

A least, we could check if the stretch height changed before destroying everything.

To finish, there is so much to do with MathML implementation that optimizations are not our top priority right now, but we should be more and more careful about that, as the current implementation is definitely not optimal from a performance point of view (see bug 43462, where it should be great to find the bottlenecks).

-- 
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