[Webkit-unassigned] [Bug 252595] New: [bmalloc] Use an autoreleasepool in gigacageEnabledForProcess() and shouldProcessUnconditionallyUseBmalloc()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 12:05:34 PST 2023


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

            Bug ID: 252595
           Summary: [bmalloc] Use an autoreleasepool in
                    gigacageEnabledForProcess() and
                    shouldProcessUnconditionallyUseBmalloc()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

Use an autoreleasepool in bmalloc::gigacageEnabledForProcess() and bmalloc::shouldProcessUnconditionallyUseBmalloc().

NSBundle methods are known to create autoreleased objects within Foundation.framework, so clean them up before the function returns.

Found while investigating:  Bug 221107: JavaScriptCore should build with ARC 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/20230220/6ac46582/attachment.htm>


More information about the webkit-unassigned mailing list