[Webkit-unassigned] [Bug 210254] New: Implement a more efficient tagCFunction() tool.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 9 01:00:39 PDT 2020


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

            Bug ID: 210254
           Summary: Implement a more efficient tagCFunction() tool.
           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

The current tagCFunctionPtr() tool does a lot of extra work that is not needed if we are tagging a function and not a potentially arbitrary pointer.  For example,
1. it doesn't need to do a null check.
2. it doesn't need to authenticate the function address.  The RELEASE_ASSERT used to enforce that authentication can also go away.

-- 
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/20200409/8e5cd378/attachment-0001.htm>


More information about the webkit-unassigned mailing list