[Webkit-unassigned] [Bug 231184] New: Sandbox performance improvements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 11:44:53 PDT 2021


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

            Bug ID: 231184
           Summary: Sandbox performance improvements
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: kkinnunen at apple.com

The Sandbox team suggested a number of improvements to our sandbox:

1. Minimize regex usage
Better to use enumerate individual names than grouping similar names into regexes. This is a performance improvement.

2. Remove duplicate rules

3. Remove 'defined?' checks for the many things that are supported in all WebKit target OSes.

These will simplify the rules, and should provide some launch time improvement.

-- 
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/20211004/d3119777/attachment.htm>


More information about the webkit-unassigned mailing list