Bug 269338
Summary: | Devirtualize Event::eventInterface | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 269743 | ||
Bug Blocks: |
Ryosuke Niwa
There is no need for it to be a virtual function call. We have plenty of space left to have it inlined into Event object itself.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/24399
EWS
Committed 274913@main (bd2795436d8c): <https://commits.webkit.org/274913@main>
Reviewed commits have been landed. Closing PR #24399 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123144696>
WebKit Commit Bot
Re-opened since this is blocked by bug 269743
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/24927
EWS
Committed 275155@main (8b36ea3d233a): <https://commits.webkit.org/275155@main>
Reviewed commits have been landed. Closing PR #24927 and removing active labels.