Restore single character repetition optimization in JIT.

This commit is contained in:
Zoltán Herczeg 2021-02-19 09:20:37 +00:00
parent 2c4d3942e4
commit 19a1319c0a
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Change Log for PCRE2
--------------------
Version 10.38
-------------
1. Restore single character repetition optimization in JIT.
Currently fewer character repetitions are optimized than in 10.34.
Version 10.37-RC1 04-January-2021
---------------------------------

View File

@ -1226,7 +1226,7 @@ while (cc < ccend)
return TRUE;
}
#define EARLY_FAIL_ENHANCE_MAX (1 + 1)
#define EARLY_FAIL_ENHANCE_MAX (1 + 3)
/*
start: