mardi 24 février 2015

Java code to native/machine code

So the JVM translates code to bytecode, then JIT translates them to machine code. But I recently found this http://ift.tt/1s0of0x As I understand it, this translates java code directly to native code. This appears to be faster than typical JVM. I'm curious why don't most people prefer this over the JIT JVM?


Aucun commentaire:

Enregistrer un commentaire