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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 15:57:48 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 20054: Make matching of regexps using ^ much faster
http://bugs.webkit.org/attachment.cgi?id=20054&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 +
 LayoutTests/ChangeLog				    |	10 ++++++
 .../fast/js/ascii-regexp-subject-expected.txt	    |	 5 +++
 LayoutTests/fast/js/ascii-regexp-subject.html	    |	13 ++++++++
 .../fast/js/resources/ascii-regexp-subject.js	    |	18 +++++++++++
 7 files changed, 84 insertions(+), 16 deletions(-)


More information about the webkit-reviews mailing list