Compiler to translate Java bytecode to platform-independent C code before runtime?

后端 未结 7 2021
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-28 10:40

I\'m looking for a compiler to translate Java bytecode to platform-independent C code before runtime (Ahead-of-Time compilation).

I should then be able to use a sta

7条回答
  •  春和景丽
    2020-12-28 11:16

    Not really an answer to my own question, but how does Oracle do it?

    http://download.oracle.com/docs/cd/B28359_01/java.111/b31225/chone.htm#BABCIHGA

提交回复
热议问题