RESOLVED FIXED 240492
Use ASCIILiteral for JSC::HashTableValue::m_key
https://bugs.webkit.org/show_bug.cgi?id=240492
Summary Use ASCIILiteral for JSC::HashTableValue::m_key
Chris Dumez
Reported 2022-05-16 16:47:37 PDT
Use ASCIILiteral for JSC::HashTableValue::m_key since the key is always a string literal. This allows JSC::reifyStaticProperties() to call a more optimal Identifier::fromString(VM&, ASCIILiteral) overload.
Attachments
Chris Dumez
Comment 1 2022-05-16 19:03:07 PDT
EWS
Comment 2 2022-05-17 14:24:54 PDT
Committed r294346 (250658@main): <https://commits.webkit.org/250658@main> Reviewed commits have been landed. Closing PR #660 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-05-17 14:25:13 PDT
Note You need to log in before you can comment on or make changes to this bug.