-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependency on JIT in pcre2_compile.c #128
Comments
I cannot see the code that you quote in the 10.36 tarball or indeed in an earlier one. Was this perhaps a local patch you made? |
You are actually correct, I now found out. It is indeed a local patch,
which I was not initially aware of. Sorry for the confusion. If you could
look into it in due course and consider it non-controversial, that would be
much appreciated.
…On Fri, 17 Jun 2022 at 15:24, Philip Hazel ***@***.***> wrote:
I cannot see the code that you quote in the 10.36 tarball or indeed in an
earlier one. Was this perhaps a local patch you made?
However, it seems a non-controversial patch; I will look in more detail in
due course.
—
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5ZRR3MRXP5WCCWA7PE4GLVPQY4XANCNFSM5ZA7AY5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have committed this patch so it will be in the next release, whenever that is. |
Thank you!
…On Thu, 30 Jun 2022 at 18:39, Philip Hazel ***@***.***> wrote:
I have committed this patch so it will be in the next release, whenever
that is.
—
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5ZRR3PI6QQ3RDENQCNXQTVRXES3ANCNFSM5ZA7AY5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a hard requirement in a project to not use JIT. While there are CMake flags available (SUPPORT_JIT) available to effectuate this by configuration, the requirement is such that we do not even want to link with pcre2_jit_compile.c.o.
This worked fine in the old PCRE2 repository of pcre2-10.36 that we used, but one necessary #ifdef SUPPORT_JIT disappeared in the current Github repository. Diff below. If there is no particular reason why this #ifdef disappeared, I would request to put it back.
Arnoud.
The text was updated successfully, but these errors were encountered: