[webkit-reviews] review cancelled: [Bug 13021] XPath can be very slow : [Attachment 13578] partial fix 1

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sun Mar 11 00:40:31 PST 2007


Alexey Proskuryakov <ap at webkit.org> has cancelled Darin Adler
<darin at apple.com>'s request for review:
Bug 13021: XPath can be very slow
http://bugs.webkit.org/show_bug.cgi?id=13021

Attachment 13578: partial fix 1
http://bugs.webkit.org/attachment.cgi?id=13578&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
Committed revision 20102, clearing the review flag.

It's particularly inefficient that NodeVector is a vector of RefPtrs. It has to
hold onto its nodes because Attr nodes usually don't have any other references.
Of course, re-creating Attr nodes all the time doesn't help, too.



More information about the webkit-reviews mailing list