Comment on JIT Compiling Code in 5μsparentComments−shakna19dVirtualProtect/mprotect aren't privileged calls on any modern OS.It's how you do JIT on macOS, where W^X is enforced, for example.
Comments
VirtualProtect/mprotect aren't privileged calls on any modern OS.
It's how you do JIT on macOS, where W^X is enforced, for example.