NEW 216388
Weak link instead of soft link MediaToolbox
https://bugs.webkit.org/show_bug.cgi?id=216388
Summary Weak link instead of soft link MediaToolbox
Ben Nham
Reported 2020-09-10 16:58:46 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-09-10 16:59:11 PDT
Ben Nham
Comment 2 2020-09-11 05:50:56 PDT
Oops, incorrect title. Fixed it to be "weak link instead of soft link".
Note You need to log in before you can comment on or make changes to this bug.