RESOLVED FIXED 22473
Unroll the regexp matching loop by 1
https://bugs.webkit.org/show_bug.cgi?id=22473
Summary Unroll the regexp matching loop by 1
Geoffrey Garen
Reported 2008-11-24 17:03:44 PST
Patch coming.
Attachments
patch (4.41 KB, patch)
2008-11-24 17:03 PST, Geoffrey Garen
sam: review+
Geoffrey Garen
Comment 1 2008-11-24 17:03:55 PST
Sam Weinig
Comment 2 2008-11-24 20:12:05 PST
Comment on attachment 25461 [details] patch > -void Generator::generateLoopIfNotEndOfInput(JmpDst target) > +// For the sake of end-of-line assertions, we treat one-past-the-end as if it > +// were part of the input string. > +void Generator::generateJumpIfEndOfInput(JmpSrcVector& failures) > +{ > + __ cmpl_rr(Generator::length, Generator::index); The Generator:: should not be needed here. r=me
Geoffrey Garen
Comment 3 2008-11-24 22:10:22 PST
Committed revision 38745.
Note You need to log in before you can comment on or make changes to this bug.