Here is a new beta of UAE4ARM with a new JIT. This one based on the experimental JITv2 of aranym, which wasn't maintained since June 2015. So I took the code, did a lot of fixing and some improvements and now it's on a beta state. There are still some rarely used 68000 opcodes with bugs, but most things I tried are working. Some demos from Amiga Forever 2016 works only with the new JIT and crashes or shows only a black screen with the old one.
The main reason for the new JIT is performance. Currently, we get 20% better values with SysInfo compared to the old JIT.
Important for porters (Android, Raspi):
1. Mark releases with this code as beta. This isn't in a release state.
2. An ARMv6 CPU is required. I'm too lazy to to all the coding for older ARM cores, because we don't need it for the Pandora and it will take some time.