Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 884ee2aecdc035f729120cdd61137381581530ac https://github.com/WebKit/WebKit/commit/884ee2aecdc035f729120cdd61137381581530ac Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-08-04 (Mon, 04 Aug 2025)
Changed paths: M Source/JavaScriptCore/runtime/LiteralParser.cpp Log Message: ----------- [JSC] Apply SIMD string scanning for sloppy JSON too https://bugs.webkit.org/show_bug.cgi?id=296847 rdar://157377100 Reviewed by Yijia Huang. After [1] proposal gets integrated into ECMA-262, JSON v.s. non-JSON string scanning can be much simpler. Now this patch revisits the predicate for Sloppy JSON string scanning and integrating SIMD fast scanning for strings. [1]: https://github.com/tc39/proposal-json-superset * Source/JavaScriptCore/runtime/LiteralParser.cpp: (JSC::isSafeStringCharacter): (JSC::reviverMode>::Lexer::lexString): Canonical link: https://commits.webkit.org/298208@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes