-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we enable JIT on ios >= 14.2? #89
Comments
This comment was marked as abuse.
This comment was marked as abuse.
I hope that is the case and we can eventually get jit! Until then.... The waiting game |
Thanks for the detailed information! I'm wondering if the policy has changed, are we able to use JIT somehow in the release mode now given that Delta is now approved on App Store? |
Unfortunately no. Apple has been fighting tooth and nail to keep JIT disabled. For one thing, enabling JIT would enable Chrome to fully enter the iOS space with their own rendering and control over the browser, which goes against Apple's 30ft walled garden philosophy. (It'd also enable emulators and awesome apps that can leverage JIT for performance, like any NativeScript app) I thought the EU and Epic games would finally make them concede this, but, alas, not this time... |
I'm wondering if Apple still doesn't allow it, why can the Delta game emulator app be approved in App Store. Are they not using JIT in that version? |
Apparently, the app store version is jitless, but you can enable JIT with AltStore (https://www.reddit.com/r/Delta_Emulator/comments/s6a85c/enabling_jit/). My guess is current processors are good enough to fully emulate without JIT some older systems. |
https://groups.google.com/g/v8-users/c/3qStq2YtxYo
Can we remove
--jitless
if running ios >=14.2? Would app store allow apps that use JIT?The text was updated successfully, but these errors were encountered: