[Webkit-unassigned] [Bug 184301] New: Enable Gigacage unconditionally when building JSCOnly on macOS (build fix)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 06:56:32 PDT 2018


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

            Bug ID: 184301
           Summary: Enable Gigacage unconditionally when building JSCOnly
                    on macOS (build fix)
           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: annulen at yandex.ru
                CC: ggaren at apple.com

bmalloc/ProcessCheck.mm implements specific behavior for Mac and iOS ports, which is guarded with BPLATFORM(COCOA). We should not enable BPLATFORM(MAC) or BPLATFORM(IOS) in JSCOnly, then BPLATFORM(COCOA) won't be defined as well, and code path from ProcessCheck.mm will not be taken

-- 
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/20180404/c471a43d/attachment-0002.html>


More information about the webkit-unassigned mailing list