Re: [PATCH 0/3] grep: PCRE JIT fixes

2019-07-24 Thread Ævar Arnfjörð Bjarmason
On Wed, Jul 24 2019, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > >> There's a couple of patches fixing mistakes in the JIT code I added >> for PCRE in <20190722181923.21572-1-dev+...@drbeat.li> and >> <20190721194052.15440-1-care...@gmail.com> >> >> This small series proposes to

Re: [PATCH 0/3] grep: PCRE JIT fixes

2019-07-24 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > There's a couple of patches fixing mistakes in the JIT code I added > for PCRE in <20190722181923.21572-1-dev+...@drbeat.li> and > <20190721194052.15440-1-care...@gmail.com> > > This small series proposes to replace both of those. In both cases I > think we're b

[PATCH 0/3] grep: PCRE JIT fixes

2019-07-24 Thread Ævar Arnfjörð Bjarmason
There's a couple of patches fixing mistakes in the JIT code I added for PCRE in <20190722181923.21572-1-dev+...@drbeat.li> and <20190721194052.15440-1-care...@gmail.com> This small series proposes to replace both of those. In both cases I think we're better off just removing the relevant code. The