Skip to content
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

sys: refactor jit config #23

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

b8591340
Copy link
Contributor

@b8591340 b8591340 commented Jul 2, 2021

Andrew this can be merged once zherczeg/sljit#105 is merged (final step for stable macOS aarch64 support) and https://github.com/BurntSushi/pcre2-mirror is updated to the next pcre2 release.

We re-enable the JIT for macOS aarch64 and adhere to PCRE2's JIT docs for arch support; i.e. “if --enable-jit is set on an unsupported platform, compilation fails.” Not sure how this squares with is_jit_available (#4). It seems it does fail when the flag is passed on unsupported platforms (e.g. godotengine/godot#10834) and therefore is_jit_available only works for dynamic linking where the library has no other way of knowing how it was compiled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant