[webkit-reviews] review requested: [Bug 45735] Use fastMalloc in libxml : [Attachment 67526] possible Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 01:32:13 PDT 2010


Patrick R. Gansterer <paroga at paroga.com> has asked  for review:
Bug 45735: Use fastMalloc in libxml
https://bugs.webkit.org/show_bug.cgi?id=45735

Attachment 67526: possible Patch
https://bugs.webkit.org/attachment.cgi?id=67526&action=review

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
libxml provides a function called xmlMemSetup()
(http://xmlsoft.org/html/libxml-xmlmemory.html#xmlMemSetup), where we can set
the memory access functions.

The strange thing on my machine was, that it was slower with WTF:fastMalloc.
Any ideas?
I tried a ~10MB SVG and stopped the time from first doWrite until doEnd with a
GTK release build on linux.


More information about the webkit-reviews mailing list