Android languages

Some might be interested in this.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Dalvik tail calls

I wonder if there is a nice reference or introduction to Dalvik bytecode. I am very curious if it has adequate support for proper tail call implementations, which is one weakness of targetting the JVM and then translating JVM bytecode to Dalvik.