Bug 83841 - replaceUsingStringSearch: delay the creation of the replace string until needed
Summary: replaceUsingStringSearch: delay the creation of the replace string until needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 18:14 PDT by Benjamin Poulain
Modified: 2012-04-18 10:08 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2012-04-12 18:26 PDT, Benjamin Poulain
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-04-12 18:14:59 PDT
To avoid a couple of instructions when there is no match.
Comment 1 Benjamin Poulain 2012-04-12 18:26:48 PDT
Created attachment 137016 [details]
Patch
Comment 2 Geoffrey Garen 2012-04-18 08:26:07 PDT
Comment on attachment 137016 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2012-04-18 10:08:51 PDT
Committed r114521: <http://trac.webkit.org/changeset/114521>