Skip to content

orccompiler: Implement checking for JIT support under Linux

amyspark requested to merge amyspark/orc:mmap-detection-selinu into main

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.

Merge request reports