Hacker News new | past | comments | ask | show | jobs | submit login

The biggest problem rn is Apple's blocking of JIT for everything but browsers. This means neither UTM nor the more modern emulators can run at close to full speed. I'd like to see this changed. This seems like the real "Gatekeeper".



Could you explain what JIT would allow? Would sideloading allow this to "work" or would it need OS support?


JIT (Just-In-Time) compilation is a technique that allows certain programs to run significantly faster by compiling code at runtime, rather than ahead of time.

Apple enabled this for iOS 14+, but killed it again with iOS 17. It's basically the reason why we currently don't have full speed VM's on iOS / iPadOS devices.

While Sideloading / Altstore / Sidestore allows you to install any IPA, this still doesn't enable JIT for these apps. There are currently some workarounds that involve running certain software on your local network (search SideJITServer on Github).


Thanks!

> but killed it again with iOS 17

Aah, this explains why UTM (iirc) allowed VMs on iOS 16 on M1 macs but not on 17.

> There are currently some workarounds that involve running certain software on your local network (search SideJITServer on Github).

If I understand right this requires another computer to run some code, right?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: