-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Enable jitting in pcre2 #11195
Enable jitting in pcre2 #11195
Conversation
addisoncrump is a new contributor to projects/pcre2. The PR must be approved by known contributors before it can be merged. The past contributors are: joycebrum, PhilipHazel, devtty1er, inferno-chromium, Dor1s, ssbr (unverified), mikea (unverified), kcwu (unverified) |
The linked PR has now been merged, so this should be ready to go. CI should probably be re-run as the latest changes from upstream need to be tested. |
There was an issue in the original PR. Please wait before merging! :) |
Blocked by PCRE2Project/pcre2#322 which should be merged relatively soon. |
Upstream has updated, can this PR be evaluated? |
Build failures are due to known abort()s in the fuzzer target. I can temporarily disable these, or put them behind a build flag for now. |
This pull request looks OK to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes seem fine.
Pipeline should be fully re-evaluated as upstream has been fixed to address the checks. |
ba41dc1
to
7971713
Compare
7971713
to
e279ef4
Compare
good to know: rebasing with GitHub creates unverified commits, very annoying |
This PR is now ready to merge if CI checks pass. |
Apologies for the issue. It seems my local brace expansion differs from CI; I have made this explicit, so this should now work as expected. |
Restarted the CI |
This corresponds to an issue on PCRE2 regarding fuzzer improvements w.r.t. JIT: PCRE2Project/pcre2#317