[Webkit-unassigned] [Bug 201154] New: [bmalloc] Disable IsoHeap completely if DebugHeap is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 15:02:01 PDT 2019


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

            Bug ID: 201154
           Summary: [bmalloc] Disable IsoHeap completely if DebugHeap is
                    enabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com
                CC: ggaren at apple.com

When DebugHeap is enabled, we would like to get information about Malloc.
In this case, enabling IsoHeap makes Malloc stack logging information broken for IsoHeaped one.
This is not what we want. Given that,

1. IsoHeap is currently only used for WebCore and upper
2. Gigacage is also disabled when DebugHeap is enabled
3. The existing code is assuming that IsoHeap should be disabled when DebugHeap is enabled

we should disable IsoHeap if DebugHeap is enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190826/0ef6438d/attachment-0001.html>


More information about the webkit-unassigned mailing list