Skip to content
Snippets Groups Projects
Commit 591e4610a197 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix performance regression with predicates in patterns

Commit cd40951e disabled fast, non-"direct" pattern matching in certain
situations to ensure correctness. This had the unfortunate side effect
to slow down many patterns with predicates. Compute context size and
position for additional step types, making it safe to enable this
optimization again.

Fixes #63.
parent 01632fe0fe57
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment