Bug 258912
Summary: | CustomElementQueue and CustomElementReactionQueue should have an inline capacity | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ashvayka, cdumez, koivisto, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 154907 |
Ryosuke Niwa
Both CustomElementQueue and CustomElementReactionQueue always contain at least one item whenever they're created.
Give them inline capacity to avoid malloc.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
https://github.com/WebKit/WebKit/pull/15588
EWS
Committed 265829@main (9b42484b8e81): <https://commits.webkit.org/265829@main>
Reviewed commits have been landed. Closing PR #15588 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/111877419>