From what I\'ve read, there is a llvm program that converts java bytecode to llvm\'s intermediate form called class2llvm. My question is, how do I access this. What front en
I have executed a java class using vmkit ( http://vmkit.llvm.org/ ) based on LLVM. It uses LLVM for compiling and optimizing high-level languages to machine code. J3 is an implementation of a JVM with VMKit.