[Webkit-unassigned] [Bug 12638] Some regular expressions could potentially be matched much faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 14:49:30 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12638


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org




------- Comment #2 from ddkilzer at webkit.org  2007-02-06 14:49 PDT -------
JavaScriptCore uses a modified version of the PCRE library to do its regular
expression matching.  The embedded version is at version 6.4.  Versions 6.5,
6.6, 6.7 and 7.0 have been released since 6.4.

If you have time, please test this expression with the newer versions of pcre
to find out if upgrading will benefit WebKit.  (It's on my mental to-do list to
upgrade the embedded version, but I've been distracted by other shiny objects
like webarchives recently.)

Apple's UTF-16 changes (and Mitz's recent non-null-terminated API changes) to
PCRE really need to be contributed back to the PCRE project so that (some day)
PCRE could be linked to WebKit instead of being embedded in it.


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



More information about the webkit-unassigned mailing list