Y
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
masklinn
3684 days ago
Via an ARM/Android emulator? There's already one in the android development suite.
link
fla
3684 days ago
Thanks god no :) That would be really slow and painful. It is a translation layer, not an emulator.
link
bitmapbrother
3684 days ago
binary translation.
link