Bug 18087 - Matching of regexps with ^ could be much faster
Summary: Matching of regexps with ^ could be much faster
Status: RESOLVED DUPLICATE of bug 18086
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 15:43 PDT by Eric Seidel (no email)
Modified: 2008-03-25 15:44 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-03-25 15:43:00 PDT
Matching of regexps with ^ could be much faster

try /^bar/ on a really long string and watch Safari go off the deep end...  It should immediately be able to detect that ^bar doesn't match.
Comment 1 Eric Seidel (no email) 2008-03-25 15:44:11 PDT
Silly bugzilla.

*** This bug has been marked as a duplicate of 18086 ***