Paolo Bonzini wrote:
> On 06/28/2011 02:31 PM, Jim Meyering wrote:
>> I'll add a NEWS entry once I better understand the consequences.
>
> I think it's only a performance problem (plus possibly other lurking
> overruns).
I found no semantic change, and even with outrageously complex
patterns (20-40K leaves -- approaching command line limits) I didn't
see a significant performance difference:
re=$(perl -le 'print "(a|b)"x20000')
src/grep -Eq "(a|z)(b|y)$re" < /dev/null
So I've gone ahead and pushed that change with neither
NEWS nor a test suite addition.