Bug 242286 - Speed up JSON.stringify by adding a separate fast case algorithm
Summary: Speed up JSON.stringify by adding a separate fast case algorithm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-01 21:45 PDT by Darin Adler
Modified: 2022-07-09 23:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2022-07-01 21:45:20 PDT
We can do stringify faster by writing a separate one that handles the trivial cases.
Comment 1 Darin Adler 2022-07-01 22:05:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2027
Comment 2 Radar WebKit Bug Importer 2022-07-08 21:46:14 PDT
<rdar://problem/96714528>
Comment 3 EWS 2022-07-09 23:32:05 PDT
Committed 252326@main (e608d7dc9893): <https://commits.webkit.org/252326@main>

Reviewed commits have been landed. Closing PR #2027 and removing active labels.