Bug 284138

Summary: GraphicsContextState::mergeLastChanges spends time figuring out which bit changed
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.