Bug 26056 - XPath string() function can be very slow
Summary: XPath string() function can be very slow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 22:57 PDT by Alexey Proskuryakov
Modified: 2009-05-27 23:02 PDT (History)
0 users

See Also:


Attachments
proposed fix (1.61 KB, patch)
2009-05-27 22:58 PDT, Alexey Proskuryakov
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-05-27 22:57:18 PDT
stringValue(Node*) appends values to a String, which is very slow for a large tree. Patch forthcoming.
Comment 1 Alexey Proskuryakov 2009-05-27 22:58:52 PDT
Created attachment 30727 [details]
proposed fix
Comment 2 Oliver Hunt 2009-05-27 23:01:15 PDT
Comment on attachment 30727 [details]
proposed fix

r=me
Comment 3 Alexey Proskuryakov 2009-05-27 23:02:47 PDT
Committed r44220.