Could be fun to see the performance of a CPU intensive Android function, after compilation to Dalvik bytecodes, and executed through your Java implementation of it, running on a Java ME mobile phone with JIT compiler for the Java VM, and compare that to the performance of running the same Dalvik bytecodes in the usual way with the Dalvik interpreter on the G1. In theory the JIT compiler might compensate for inefficiencies added by the Dalvik_bytecode-to-Java-to-JVM_bytecode translations, as long as those added inefficiencies do not cause a speed penalty larger than about a factor 5. :-)
On Apr 1, 4:56 pm, hisano <[email protected]> wrote: > I developed a Dalvik VM implementation on the Java > platform.http://code.google.com/p/android-dalvik-vm-on-java/ > > --- > Koji Hisano --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
