Bug 15821

Summary: remove unused PCRE features for speed
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch (all regression tests pass) mjs: review+

Description Darin Adler 2007-11-03 16:39:37 PDT
I think it's time for our PCRE to officially fork from the original version.

Up until this point we've tried to keep it in a state where we can easily merge, but we haven't merged often and there aren't a lot of improvements in the newer versions that we want.

If we remove the features we don't use at all we should be able to get some speed-up without even making any real changes.
Comment 1 Darin Adler 2007-11-03 17:10:26 PDT
Created attachment 17026 [details]
patch (all regression tests pass)
Comment 2 Maciej Stachowiak 2007-11-03 19:40:02 PDT
Comment on attachment 17026 [details]
patch (all regression tests pass)

r=me