[Webkit-unassigned] [Bug 26750] New: Allow custom memory allocation control for JavaScriptCore/runtime directory's classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 01:38:00 PDT 2009


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

           Summary: Allow custom memory allocation control for
                    JavaScriptCore/runtime directory's classes
           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: hzoltan at inf.u-szeged.hu


Inherits runtime directory's classes from FastAllocBase (bug #20422), which has
been instantiated by 'new':

class IdentifierTable
-> instantiated in runtime/Identifier.cpp: line 70

stuct RegExpObjectData
-> runtime/RegExpObject.cpp: line 62

class HashEntry
-> runtime/Lookup.h: line 47

struct DateInstance::Cache
-> runtime/DateInstance.cpp: line 33

class UString
-> runtime/UString.cpp: line 212

struct RegExpConstructorPrivate
-> runtime/RegExpConstructor.cpp: line 108

class ScopeChain
-> untime/JSFunction.h: line 109


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