Bug 279777
| Summary: | Pass `RTLD_FIRST | RTLD_NOW` when dlopening UIKit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Pass `RTLD_FIRST | RTLD_NOW` when dlopening UIKit, instead of just `RTLD_NOW`. This is a launch time optimization recommended by the performance team. search for the symbol RTLD_FIRST will cause calls to exit on first finding the symbol, making the calls faster.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://130524656>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/33714
EWS
Committed 283729@main (703850c886c5): <https://commits.webkit.org/283729@main>
Reviewed commits have been landed. Closing PR #33714 and removing active labels.
EWS
Committed 283286.82@safari-7620-branch (751e10c2778a): <https://commits.webkit.org/283286.82@safari-7620-branch>
Reviewed commits have been landed. Closing PR #1832 and removing active labels.