[Webkit-unassigned] [Bug 45735] New: Use fastMalloc in libxml

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


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

           Summary: Use fastMalloc in libxml
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paroga at paroga.com
                CC: zoltan at webkit.org



Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67526|                            |review?, commit-queue-
               Flag|                            |


Created an attachment (id=67526)
 --> (https://bugs.webkit.org/attachment.cgi?id=67526)
possible Patch

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.

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