Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a7a9e233ce5453340b20c2023be0793de4811e21
https://github.com/WebKit/WebKit/commit/a7a9e233ce5453340b20c2023be0793de4811e21
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M Source/JavaScriptCore/runtime/LiteralParser.cpp
Log Message:
-----------
[JSC] JSON.parse int32 lexing should not repeat int32 materialization again
https://bugs.webkit.org/show_bug.cgi?id=322054
rdar://185245662
Reviewed by Dan Hecht.
Basically applying the similar optimization to 318347@main. Let's avoid
lexing int32 value twice in the fast path.
* Source/JavaScriptCore/runtime/LiteralParser.cpp:
(JSC::reviverMode>::Lexer::lexNumber):
Canonical link: https://commits.webkit.org/319419@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications