Bug 252262 - make StyleCustomPropertyData::operator== a bit more efficient
Summary: make StyleCustomPropertyData::operator== a bit more efficient
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Cameron McCormack (:heycam)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-14 13:27 PST by Cameron McCormack (:heycam)
Modified: 2023-02-15 11:52 PST (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 Cameron McCormack (:heycam) 2023-02-14 13:27:02 PST
We can skip more work in StyleCustomPropertyData::operator== depending on the state of m_parentValues.
Comment 1 Radar WebKit Bug Importer 2023-02-14 13:27:29 PST
<rdar://problem/105464947>
Comment 2 Cameron McCormack (:heycam) 2023-02-15 11:52:29 PST
Pull request: https://github.com/WebKit/WebKit/pull/10158