[webkit-reviews] review requested: [Bug 18086] Matching of regexps with ^ could be much faster : [Attachment 20049] Make matching of regexps using ^ much faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 15:39:21 PDT 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 18086: Matching of regexps with ^ could be much faster
http://bugs.webkit.org/show_bug.cgi?id=18086

Attachment 20049: Make matching of regexps using ^ much faster
http://bugs.webkit.org/attachment.cgi?id=20049&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 JavaScriptCore/pcre/pcre_compile.cpp |   20 ++++++++++++--------
 JavaScriptCore/pcre/pcre_exec.cpp    |   32 ++++++++++++++++++++++++--------
 JavaScriptCore/pcre/pcre_internal.h  |    2 ++
 3 files changed, 38 insertions(+), 16 deletions(-)


More information about the webkit-reviews mailing list