Bug 262544 - Simplify SmallStringKey in the WidthCache
Summary: Simplify SmallStringKey in the WidthCache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-03 08:14 PDT by Chris Dumez
Modified: 2023-10-03 12:36 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 Chris Dumez 2023-10-03 08:14:54 PDT
Simplify SmallStringKey in the WidthCache by relying on StringView::hash() instead of duplicating the hashing logic there.
Comment 1 Chris Dumez 2023-10-03 08:17:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18554
Comment 2 EWS 2023-10-03 12:35:35 PDT
Committed 268799@main (53b95eb35d95): <https://commits.webkit.org/268799@main>

Reviewed commits have been landed. Closing PR #18554 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-03 12:36:21 PDT
<rdar://problem/116415418>