Have been searching stackoverflow for an answer but to no avail. From a link in this site How an Android application is executed on Dalvik Virtual Machine. There is a diagram of the code compiling flow
Simple question is where is the machine code(or the final code or the native instructions)?
Is the dalvik byte code the machine code(the final converted or compiled code)?
Or there is another compilation step?
Also where is the traced JIT compilation present in among the block?Is it in DEX compiler or in DVM?
Thanks for your time.