The java used on the kindles uses cvm, which is claimed by some to be faster than jvm. And with the eink being the limiting factor, the language does not matter much. In fact, on modern multi-level cache systems, interpreted languages can actually be faster than native code if the interpreter fits in level 1 cache, because the code is more condensed and more of it can fit in cache (amazing but true).
|