WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-05 16:41:46 PST
<
rdar://problem/141014221
>
Matt Woodrow
Comment 2
2024-12-05 16:45:38 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37517
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.
Top of Page
Format For Printing
XML
Clone This Bug