[Webkit-unassigned] [Bug 218646] New: Use address diversified PAC to ensure the integrity of opcode maps.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 21:05:56 PST 2020


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

            Bug ID: 218646
           Summary: Use address diversified PAC to ensure the integrity of
                    opcode maps.
           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: mark.lam at apple.com

One reason for doing this is because space in the JSCConfig is premium, and may hurt RAMification scores whenever we add new opcodes.  My putting the opcode maps in dirty global memory, we still use less memory because dirty global memory does not incur internal fragmentation like the JSConfig does.

-- 
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/20201106/058215bb/attachment.htm>


More information about the webkit-unassigned mailing list