Bug 284138
Summary: | GraphicsContextState::mergeLastChanges spends time figuring out which bit changed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | 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
`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
<rdar://problem/141014221>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/37517
EWS
Committed 287524@main (aa50d27385a2): <https://commits.webkit.org/287524@main>
Reviewed commits have been landed. Closing PR #37517 and removing active labels.