Hacker News new | ask | show | jobs
by rahoulb 4661 days ago
The JIT restriction is because the OS won't let you mark data pages as executable for security reasons (Safari, as a trusted app, is the only exception).

EDIT: changed wording for clarity

1 comments

Thanks for clarifying. I learned something new today.