Hacker News new | ask | show | jobs
by rsynnott 3991 days ago
LuaJIT for iOS, confusingly, does not do JITing. Normal apps on iOS are unable to mark pages as executable, so it's impossible to JIT; it's not just an app store review-enforces restriction.
1 comments

Alas, you are right and I have learned something new today. It seems that Safari is the only JIT'able process we developers can gain access to ..