Bug 241533 - Speed up JSON.stringify by cutting down on reference count churn, etc.
Summary: Speed up JSON.stringify by cutting down on reference count churn, etc.
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-06-11 13:25 PDT by Darin Adler
Modified: 2022-06-17 08:45 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-06-11 13:25:07 PDT
I noticed some unnecessary reference count churn in JSON.stringify that was showing up in profiles of Speedometer.
Comment 1 Darin Adler 2022-06-11 13:48:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1461
Comment 2 Darin Adler 2022-06-12 22:03:40 PDT
Patch is ready for review now.
Comment 3 EWS 2022-06-17 08:44:41 PDT
Committed r295635 (251640@main): <https://commits.webkit.org/251640@main>

Reviewed commits have been landed. Closing PR #1461 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-06-17 08:45:14 PDT
<rdar://problem/95388807>