Is there a llvm java front end that converts java source to llvm's intermediate form? -
I have a live program from what I read, Java bytecode is called Class 298vm of LVMM's intermediate form. My question is, how can I reach it? What interval do I have to set up to reach this?
VMKit is implementing one of their JVMs, but I see how to save the Java server with LVMmi, not how to run it.
Java frontend translates Java bytecode (.class files) into LVVM bytecode. Take a look at this link:
Comments
Post a Comment