Skip to content

Include progress checks with bounded repetition - #872

Open
natecook1000 wants to merge 1 commit into
mainfrom
fix/bounded-quant-check-progress
Open

Include progress checks with bounded repetition#872
natecook1000 wants to merge 1 commit into
mainfrom
fix/bounded-quant-check-progress

Conversation

@natecook1000

Copy link
Copy Markdown
Member

This enables forward progress checks for all quantification kinds, which were previously skipped for bounded quantification (i.e. /^{,5}/) as an optimization. Even bounded quantifications can cause runaway matching execution time when not progressing through the input, particularly if nested.

rdar://185731142

This enables forward progress checks for all quantification kinds,
which were previously skipped for bounded quantification (i.e.
/^{,5}/) as an optimization. Even bounded quantifications can cause
runaway matching execution time when not progressing through the
input, particularly if nested.

rdar://185731142
@natecook1000

Copy link
Copy Markdown
Member Author

@natecook1000

Copy link
Copy Markdown
Member Author

@swift-ci Please test Linux platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant