Bug 143426 - URI encoding/escaping should use efficient string building instead of calling snprintf().
Summary: URI encoding/escaping should use efficient string building instead of calling...
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-04-05 16:06 PDT by Andreas Kling
Modified: 2015-04-05 18:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.26 KB, patch)
2015-04-05 16:07 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-04-05 16:06:29 PDT
Seeing a bunch of time wasted inside snprintf().
Comment 1 Andreas Kling 2015-04-05 16:07:01 PDT
Created attachment 250172 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-05 18:33:05 PDT
Comment on attachment 250172 [details]
Patch

Clearing flags on attachment: 250172

Committed r182370: <http://trac.webkit.org/changeset/182370>
Comment 3 WebKit Commit Bot 2015-04-05 18:33:08 PDT
All reviewed patches have been landed.  Closing bug.