[Webkit-unassigned] [Bug 25782] New: Allow custom memory allocation control in JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 02:01:21 PDT 2009


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

           Summary: Allow custom memory allocation control in JavaScriptCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Horvath.Zoltan.6 at stud.u-szeged.hu


FastAllocBase class landed in the trunk (bug #20422) at r42344. 
Now we have to continue the work with inherite some classes from it. 
TODOs:
- We have to inherit every classes from FastAllocBase which has been
instantiated by 'new'. 
- We have to put FastAllocBase into inheritance tree as far up as possible.

First I file a patch for one class called HashTable. After it'll be in the
trunk I'll file a list which classes instantiated by 'new'.


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



More information about the webkit-unassigned mailing list