WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-09-10 16:59:11 PDT
<
rdar://problem/68673547
>
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.
Top of Page
Format For Printing
XML
Clone This Bug