[webkit-reviews] review canceled: [Bug 50295] Regexp JIT'ed Code Contains Branches to Branches for Backtracking : [Attachment 75232] Patch to remove most paren related branches to branches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 14:41:01 PST 2010


Michael Saboff <msaboff at apple.com> has canceled Michael Saboff
<msaboff at apple.com>'s request for review:
Bug 50295: Regexp JIT'ed Code Contains Branches to Branches for Backtracking
https://bugs.webkit.org/show_bug.cgi?id=50295

Attachment 75232: Patch to remove most paren related branches to branches
https://bugs.webkit.org/attachment.cgi?id=75232&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
This patch addresses the concern raised by the prior patch and now uses
UnsignedWithZeroKeyHashTraits<uint32_t>.
Fixed the jump to next instruction in the success case.  Fixed a bug in the
updated fast/regex/pcre tests.
Added ChangeLogs.


More information about the webkit-reviews mailing list