Bug 307706
| Summary: | Reduce number of ElementRareData allocations due to lang | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nipun Shukla <nipun_shukla> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/57879 | ||
Nipun Shukla
Many ElementRareData allocations occur because we optimistically copy the parent's effectiveLang into each child. This should be removed/reduced.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170261859>
Nipun Shukla
Pull request: https://github.com/WebKit/WebKit/pull/58543
EWS
Committed 307769@main (8c142edd53ed): <https://commits.webkit.org/307769@main>
Reviewed commits have been landed. Closing PR #58543 and removing active labels.
Nipun Shukla
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/57879