RESOLVED FIXED 284138
GraphicsContextState::mergeLastChanges spends time figuring out which bit changed
https://bugs.webkit.org/show_bug.cgi?id=284138
Summary GraphicsContextState::mergeLastChanges spends time figuring out which bit cha...
Matt Woodrow
Reported 2024-12-05 16:41:35 PST
`toIndex` spends time bitshifting to figure out which index changed. We know this statically from the caller, so we should be able to pass it through.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-05 16:41:46 PST
Matt Woodrow
Comment 2 2024-12-05 16:45:38 PST
EWS
Comment 3 2024-12-08 16:11:49 PST
Committed 287524@main (aa50d27385a2): <https://commits.webkit.org/287524@main> Reviewed commits have been landed. Closing PR #37517 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.