WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239954
using OptionSet iterator to find changes in GraphicsContextState::mergeChanges
https://bugs.webkit.org/show_bug.cgi?id=239954
Summary
using OptionSet iterator to find changes in GraphicsContextState::mergeChanges
Cameron McCormack (:heycam)
Reported
2022-05-01 22:44:57 PDT
Instead of looping over all 15 Change bits, we can use the iterator on OptionSet to skip quickly to each set bit.
Attachments
Patch
(6.70 KB, patch)
2022-05-07 15:39 PDT
,
Cameron McCormack (:heycam)
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-05-01 22:45:04 PDT
<
rdar://problem/92593424
>
Cameron McCormack (:heycam)
Comment 2
2022-05-07 15:39:15 PDT
Created
attachment 459004
[details]
Patch
Cameron McCormack (:heycam)
Comment 3
2022-05-07 15:39:58 PDT
I preserved the clever formatting, but I'm happy to drop it.
Simon Fraser (smfr)
Comment 4
2022-05-07 20:49:17 PDT
Landed with a typo fix:
https://commits.webkit.org/250399@main
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