[webkit-reviews] review granted: [Bug 47506] Optimize String.prototype.replace on v8-regexp : [Attachment 70481] Patch to reduce overhead.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 15:33:15 PDT 2010


Michael Saboff <msaboff at apple.com> has granted	review:
Bug 47506: Optimize String.prototype.replace on v8-regexp
https://bugs.webkit.org/show_bug.cgi?id=47506

Attachment 70481: Patch to reduce overhead.
https://bugs.webkit.org/attachment.cgi?id=70481&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
This patch streamlines some of the processing after the regular expression has
been applied to the string.  Replaced a null string (len ==0) with default
constructors.  Other misc. string aiti issues.


More information about the webkit-reviews mailing list