Re: [pcre-dev] JIT regression

Pàgina inicial
Delete this message
Autor: ND
Data:  
A: Pcre-dev@exim.org
Assumpte: Re: [pcre-dev] JIT regression
Zoltán Herczeg <hzmester@???> писал(а) в своём письме Mon, 27 May
2019 11:06:39 +0300:

> Optimizing the possessive dot is a good idea. I will do it.


I feel that interpreter optimizes not only posessive ".*", but any ".*" in
DotAll mode.
Isn't it?