Hacker News new | ask | show | jobs
by 95014_refugee 2044 days ago
As noted elsewhere, Roesetta doesn't JIT unless the AOT transpilation lets it down. Most apps are statically transpiled at installation time...
1 comments

That's (AOT transpilation) quite the interesting approach to the problem. No wonder it's so fast.
We could also entertain the idea that if they would find some instruction particularly hard to emulate - they could have added new instructions on their own chip to cover it.