[fpc-devel] New FPC target: JVM

Jonas Maebe jonas.maebe at elis.ugent.be
Sat Aug 20 13:42:13 CEST 2011


On 20 Aug 2011, at 13:30, Felipe Monteiro de Carvalho wrote:

> Does this port generate Java Bytecode directly or does it generate
> first Java Assembler and then feeds that into an internal assembler?

It generates Java assembler and then feeds it into an external assembler (Jasmin).

> I ask because Android does not use Java Bytecode, it has it's own,
> completely different bytecode.

I thought it was possible to convert Java class files into Dalvik class files?


Jonas


More information about the fpc-devel mailing list