Skip to content
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

JIT ask #141

Open
LucianShw opened this issue Apr 25, 2024 · 1 comment
Open

JIT ask #141

LucianShw opened this issue Apr 25, 2024 · 1 comment

Comments

@LucianShw
Copy link

Is enabling JIT on my device safe? What does activating it do to my device?

@cootshk
Copy link

cootshk commented Apr 27, 2024

JIT stands for Just In Time compilation

In a normal program, you change all of the code into computer instructions, then run them all at once. In JIT, you only compile the code when it is needed, leading to speedup

Apple blocks JIT, as a bug in any app using it (especially browsers) can allow for random code to be run on your device (which is not good)

As long as you trust the ROMs you give dolphiniOS, you will be fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants