Bug 143426

Summary: URI encoding/escaping should use efficient string building instead of calling snprintf().
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2015-04-05 16:06:29 PDT
Seeing a bunch of time wasted inside snprintf().
Attachments
Patch (3.26 KB, patch)
2015-04-05 16:07 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-04-05 16:07:01 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2015-04-05 18:33:08 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.