polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
284 stars 29 forks source link

Does this work on bytecode as well? #61

Closed didibus closed 4 years ago

didibus commented 4 years ago

Can this compile Java bytecode to LLVM, or just Java source? Like if I was using other JVM languages that compiled to bytecode, could I use this to further compile that to LLVM ?

andrewcmyers commented 4 years ago

It only compiles Java source to bytecode. In principle you could use a decompiler to get back to Java source...