Autor: zatlas1@yahoo.com Data: Para: pcre-dev@exim.org, ph10@hermes.cam.ac.uk, Zoltán Herczeg CC: pcre-dev@exim.org Assunto: Re: [pcre-dev] New header file location
When I started, Philip had assured me that pcre2_jit_compile.c is indeed in src but does nothing in my context. He had also assired me that most of the rest of jit related code would be in src/sljit. I do not understand why the change of heart. These headers are not needed when we compile for non-jit. Their natural place is sljit.
Every so often I have this type of discussion when I detect unorganized code. Remember the circular refference amd other such cases? In the end of the day organized code is better thsn the slopy alternative. I have a way to sognal to my process that certain pieces are unnecessary, but I'd rather not use and maintain them.
I pleed agaim, please put these pieces in sljit where they belong.
Ze'ev
Sent from Yahoo Mail on Android
On Mon, Dec 2, 2019 at 5:40 AM, ph10@???<ph10@???> wrote: On Mon, 2 Dec 2019, Zoltán Herczeg wrote:
> those files are intended to be there. They are pcre-jit specific,