[webkit-changes] [WebKit/WebKit] b2bb7c: [JSC] Use dragonbox for JSON FastStringifier
Yusuke Suzuki
noreply at github.com
Tue Aug 20 19:08:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b2bb7c9bfa5365bad5c778d0f18d1be2f4cfe96d
https://github.com/WebKit/WebKit/commit/b2bb7c9bfa5365bad5c778d0f18d1be2f4cfe96d
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/JavaScriptCore/runtime/JSONObject.cpp
Log Message:
-----------
[JSC] Use dragonbox for JSON FastStringifier
https://bugs.webkit.org/show_bug.cgi?id=278432
rdar://134379503
Reviewed by Yijia Huang.
We found that we were not using dragonbox in JSON FastStringifier.
This patch changes it to use it.
* Source/JavaScriptCore/runtime/JSONObject.cpp:
(JSC::bufferMode>::append):
Canonical link: https://commits.webkit.org/282542@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list