polyglot-compiler / JLang

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

Can JLang be applied in java-11 project? #78

Open Just1ceP4rtn3r opened 2 years ago

Just1ceP4rtn3r commented 2 years ago

Or how much effort is required to achieve this goal? And I just need to transform java to LLVM IR for static analysis purposes. Thanks!

andrewcmyers commented 2 years ago

In principle this should be workable, since Polyglot has been updated to Java 17 and supports most Java 11 features. I don't think it has been tested yet though.