Hacker News new | ask | show | jobs
by twotavol 3684 days ago
"For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set"

How would this happen?

1 comments

Via an ARM/Android emulator? There's already one in the android development suite.
Thanks god no :) That would be really slow and painful. It is a translation layer, not an emulator.
binary translation.