Bug 130399 - Yarr doesn't look at runtime errors
Summary: Yarr doesn't look at runtime errors
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://bugzilla.mozilla.org/show_bug...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 09:13 PDT by hv1989
Modified: 2014-03-18 09:13 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hv1989 2014-03-18 09:13:55 PDT
For performance yarr has a runtime check that makes sure no more than 1000000 matches are tested. If there are more than so many matches it will always return NoMatch.
Testcase is in the mozilla bugzilla. We decided to throw an error when that happens instead of erroneously saying there is NoMatch.