Is there a llvm java front end that converts java source to llvm's intermediate form?

后端 未结 4 2087
清歌不尽
清歌不尽 2020-12-13 08:35

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

4条回答
  •  温柔的废话
    2020-12-13 08:54

    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.

提交回复
热议问题