forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate backtracking in the interpreter for patterns with .* (dotne…
…t#51508) * First cut of look up table for speeding up Go() * More efficient .* in RegexInterpreter * sq * Get more debug info * Remove assert and add unit test * Potential unit test * temp * Fix a bug * sq * Add extra protection to the backtracking optimization * Add unit test * Revert * RegexCompiler changes * sq * Remove debug unit tests * Add a length to the AsSpan call * Address RegexCompiler comments and add unit tests
- Loading branch information
Prashanth Govindarajan
authored
Jul 18, 2021
1 parent
fe49e55
commit 7eb749c
Showing
3 changed files
with
210 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.