Bug 144800

Summary: Micro-optimize JSON serialization of string primitives.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mhahnenb
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2015-05-08 03:12:52 PDT
We're going out of line to JSValue::getString() for every string primitive. Let's not do that.
Attachments
Patch (1.52 KB, patch)
2015-05-08 03:17 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-05-08 03:17:17 PDT
WebKit Commit Bot
Comment 2 2015-05-08 12:24:48 PDT
Comment on attachment 252718 [details] Patch Clearing flags on attachment: 252718 Committed r184006: <http://trac.webkit.org/changeset/184006>
WebKit Commit Bot
Comment 3 2015-05-08 12:24:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.