Bug 246924
| Summary: | More SortedArrayMap clients can use the Packed types from that header for efficiency | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Web Template Framework | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Darin Adler
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101478661>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/5697
EWS
Committed 256109@main (becd8424226a): <https://commits.webkit.org/256109@main>
Reviewed commits have been landed. Closing PR #5697 and removing active labels.