WizardStan
Mega GP Mania
- Joined
- May 24, 2008
- Messages
- 16,731
The CPU only needs to be emulated in so far as the executable itself is running. In user mode, system and dynamic library calls are executed natively which can result in a huge gain. This is what Grench is looking for, and there's no reason to think it wouldn't work significantly better than emulating the full machine. There's also no reason to think that it will work significantly better, but let's be optimistic here.That doesn't make a big difference, as the whole cpu needs to emulated, too. So no less workload, maybe less ram usage.
Unfortunately, as you say, it looks like user mode emulation for ARM was broken a little while ago.