ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.77k stars 879 forks source link

add an alternative jit engine if real jit is avaliable? #2041

Open mio-19 opened 1 year ago

mio-19 commented 1 year ago

Nowadays there are some ways to get jit working in iOS sandbox, like JitStreamer

It would be great if ish has a real jit engine

mio-19 commented 1 year ago

Existing jit library could be used, like Unicorn

saagarjha commented 1 year ago

The emulator is not currently set up for a JIT backend, so any plans to implement this are nebulous for now.