Bug 277229 - [CSS] Use compile-time parameter for CSSProperty and colorResolving functions when possible.
Summary: [CSS] Use compile-time parameter for CSSProperty and colorResolving functions...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthieu Dubet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-07-28 09:12 PDT by Matthieu Dubet
Modified: 2024-07-28 11:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Dubet 2024-07-28 09:12:49 PDT
This should help inline and constant propagation over compilation units and is a small speed boost.
Comment 1 Radar WebKit Bug Importer 2024-07-28 09:13:04 PDT
<rdar://problem/132676808>
Comment 2 Matthieu Dubet 2024-07-28 11:59:39 PDT
Pull request: https://github.com/WebKit/WebKit/pull/31361