[Webkit-unassigned] [Bug 42621] New: Add a bump allocator for the YARR interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 01:31:18 PDT 2010


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

           Summary: Add a bump allocator for the YARR interpreter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The regex engine requires lifo allocation, however currently uses the general purpose malloc/free memory allocation.  A simple bump pointer allocator should provide a lower overhead allocation solution.

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