[Webkit-unassigned] [Bug 29256] New: Use MemoryManager to gather platform-specific low level memory requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 14:55:39 PDT 2009


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

           Summary: Use MemoryManager to gather platform-specific low
                    level memory requests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li at torchmobile.com


There are a few places in JSC where low-level memory allocation is required:

1. Collector.cpp: allocating 256k (previously 64k) JS blocks.
2. RegisterFile.h, cpp: reserving a big chunk of virtual memory and committing
gradually.
3. MarkStack*.cpp: allocating/increasing aligned memory.
.....

Introducing an abstract layer MemoryManager allows better low-level memory
management and customized implementations.

Patch is coming soon.

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