[Webkit-unassigned] [Bug 216388] New: Weak link instead of strong link MediaToolbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 16:58:46 PDT 2020


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

            Bug ID: 216388
           Summary: Weak link instead of strong link MediaToolbox
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nham at apple.com

We currently soft-link (dlopen and dlsym) MediaToolbox. This causes unnecessary work (e.g. dlsym can't be optimized away even though both WK and MT are in the shared cache, which causes unnecessary __LINKEDIT pageins). We should switch to weak linking instead.

-- 
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/20200910/f1363c3b/attachment.htm>


More information about the webkit-unassigned mailing list