Bug 204889 - Use std::array instead of WTF::Vector in CSSValuePool
Summary: Use std::array instead of WTF::Vector in CSSValuePool
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-05 08:32 PST by Chris Lord
Modified: 2023-08-16 15:47 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lord 2019-12-05 08:32:17 PST
We can save memory by using an array in CSSValuePool - this was discussed in bug 204520.
Comment 1 Ahmad Saleem 2023-08-16 15:47:18 PDT
@Chris & @Antti - is it something applicable today?