[Webkit-unassigned] [Bug 47506] Optimize String.prototype.replace on v8-regexp

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


https://bugs.webkit.org/show_bug.cgi?id=47506


Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |msaboff at apple.com
                   |kit.org                     |
  Attachment #70481|                            |review+, commit-queue+
               Flag|                            |




--- Comment #1 from Michael Saboff <msaboff at apple.com>  2010-10-11 15:33:15 PST ---
Created an attachment (id=70481)
 --> (https://bugs.webkit.org/attachment.cgi?id=70481&action=review)
Patch to reduce overhead.

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list