Bug 266166 - Optimize looking up keys by raw reference in hash containers whose key is a non-nullable smart pointer type
Summary: Optimize looking up keys by raw reference in hash containers whose key is a n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-09 22:52 PST by Chris Dumez
Modified: 2023-12-10 14:58 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 Chris Dumez 2023-12-09 22:52:38 PST
Optimize looking up keys by raw reference in hash containers whose key is a non-nullable smart pointer type (such as Ref<> / WeakRef<> / CheckedRef<>).
Comment 1 Chris Dumez 2023-12-09 23:05:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/21585
Comment 2 EWS 2023-12-10 14:57:14 PST
Committed 271853@main (38bcd3245042): <https://commits.webkit.org/271853@main>

Reviewed commits have been landed. Closing PR #21585 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-12-10 14:58:14 PST
<rdar://problem/119468333>