orccompiler: Implement checking for JIT support under Linux
Hi all,
This MR enables falling back to emulation when mmap(2) is not available for executable pages. This seems to be the case under a combination of SELinux sandboxing and noexec mounting.
Let me know what you think.