Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc352eb56d2c7e0734c3b36dbae87877461e00c6
https://github.com/WebKit/WebKit/commit/dc352eb56d2c7e0734c3b36dbae87877461e00c6
Author: Yusuke Suzuki <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/JavaScriptCore/parser/Lexer.cpp
Log Message:
-----------
[JSC] Add integer fast path to Lexer
https://bugs.webkit.org/show_bug.cgi?id=310079
rdar://172720985
Reviewed by Marcus Plutowski.
This patch adds fast path for simple integer lexing in JS Lexer
before falling back to parseDecimal path.
* Source/JavaScriptCore/parser/Lexer.cpp:
(JSC::Lexer<T>::lexWithoutClearingLineTerminator):
Canonical link: https://commits.webkit.org/309383@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications