[Webkit-unassigned] [Bug 213158] New: [JSC] String.protoytpe.toLocaleLowerCase's availableLocales HashSet is inefficient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 12 17:25:51 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213158
Bug ID: 213158
Summary: [JSC] String.protoytpe.toLocaleLowerCase's
availableLocales HashSet is inefficient
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ysuzuki at apple.com
There are only 4 elements and all of them are two characters strings. We should just have `std::array<ASCIILiteral>` and iterate it, it is much efficient than this.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200613/3cfe0c65/attachment.htm>
More information about the webkit-unassigned
mailing list