Bug 241306
| Summary: | Speed up JSON serialization by not calling appendQuotedJSONString in the normal case | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | JavaScriptCore | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Darin Adler
In Speedometer, speed up JSON serialization by not calling appendQuotedJSONString in the normal case.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/1310
Radar WebKit Bug Importer
<rdar://problem/94890210>
Darin Adler
I’ll set this aside. Not sure this is worth doing.