Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some unnecessary slicing from generated Regex code #61701

Merged
merged 2 commits into from
Nov 17, 2021

Commits on Nov 16, 2021

  1. Remove some unnecessary slicing from generated Regex code

    When we're outputting code to match a "multi" (a sequence of multiple characters), we're currently issuing a Slice for the known tracked offset even if that offset is 0.  We can skip that nop.
    stephentoub committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    01d6577 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Address PR feedback

    stephentoub committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e5f319e View commit details
    Browse the repository at this point in the history