RESOLVED FIXED 246924
More SortedArrayMap clients can use the Packed types from that header for efficiency
https://bugs.webkit.org/show_bug.cgi?id=246924
Summary More SortedArrayMap clients can use the Packed types from that header for eff...
Darin Adler
Reported 2022-10-23 11:05:02 PDT
The PackedXXX types in SortedArrayMap.h that use integers are likely more efficient than the ones that use strings. We should use them when the strings are <= 8 characters long.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-23 11:11:03 PDT
Darin Adler
Comment 2 2022-10-23 23:20:24 PDT
EWS
Comment 3 2022-10-28 11:56:58 PDT
Committed 256109@main (becd8424226a): <https://commits.webkit.org/256109@main> Reviewed commits have been landed. Closing PR #5697 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.