Bug 144800 - Micro-optimize JSON serialization of string primitives.
Summary: Micro-optimize JSON serialization of string primitives.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-05-08 03:12 PDT by Andreas Kling
Modified: 2015-05-08 12:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2015-05-08 03:17 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.