Bug 276556 - Optimize effectiveDrawingContext()
Summary: Optimize effectiveDrawingContext()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-07-12 15:12 PDT by Simon Fraser (smfr)
Modified: 2024-07-12 21:12 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2024-07-12 15:12:22 PDT
The calls to effectiveDrawingContext() take a lot of time in some canvas tests. There are multiple virtual function calls for each call to effectiveDrawingContext().
Comment 1 Radar WebKit Bug Importer 2024-07-12 15:12:37 PDT
<rdar://problem/131636489>
Comment 2 Simon Fraser (smfr) 2024-07-12 15:18:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/30766
Comment 3 EWS 2024-07-12 21:12:08 PDT
Committed 280935@main (5d3de50d060a): <https://commits.webkit.org/280935@main>

Reviewed commits have been landed. Closing PR #30766 and removing active labels.