|
|
|
|
|
by omeid2
928 days ago
|
|
Android apps are already running on top of a Virtualisation Technology", both current ART (Android Runtime) and the previous one, Delvik, runtimes are virtual machines, process level virtual machines, but they do bytecode translation/JIT nonetheless. If AVF allows running native code, it might actually be cheaper than the current arrangement. |
|
Also, Java "virtual machines" and native virtual machines are two very different things, they shouldn't be equated.