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

Description Andreas Kling 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.
Comment 1 Andreas Kling 2015-05-08 03:17:17 PDT
Created attachment 252718 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-05-08 12:24:51 PDT
All reviewed patches have been landed.  Closing bug.