WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284596
Reduce calls to AffineTransform::multiply()
https://bugs.webkit.org/show_bug.cgi?id=284596
Summary
Reduce calls to AffineTransform::multiply()
Simon Fraser (smfr)
Reported
2024-12-12 16:56:42 PST
We can remove some calls to AffineTransform::multiply() by avoiding it when we know a transform is identity, and by making it possible to create a rotation transform without a multiply.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-12 16:56:51 PST
<
rdar://problem/141404759
>
Simon Fraser (smfr)
Comment 2
2024-12-12 16:58:41 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37875
EWS
Comment 3
2024-12-13 10:25:56 PST
Committed
287799@main
(e1e511077e89): <
https://commits.webkit.org/287799@main
> Reviewed commits have been landed. Closing PR #37875 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