Bug 18087

Summary: Matching of regexps with ^ could be much faster
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Eric Seidel (no email)
Reported 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.
Attachments
Eric Seidel (no email)
Comment 1 2008-03-25 15:44:11 PDT
Silly bugzilla. *** This bug has been marked as a duplicate of 18086 ***
Note You need to log in before you can comment on or make changes to this bug.