[plt-scheme] Volunteers: help with Moby!

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Jan 29 01:42:10 EST 2009

On Wed, Jan 28, 2009 at 1:07 PM, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
> True enough.  Still, compiling to J2ME and using a bridge is far more
> cost-effective in letting us support a variety of mobile platforms.

Agreed.

> Does the Dalvik VM have a tail call instruction?

No. It is a register machine and you get a goto, but it is basically
the JVM bytecodes.

N.


Posted on the users mailing list.