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

Compiling Hadoop using JLang #80

Open rishikeshdevsot opened 2 years ago

rishikeshdevsot commented 2 years ago

I was curious if an older version of Hadoop(2.7) which supports Java 7 was compiled using JLang? I was trying to compile Hadoop 2.5.2 but it quickly turned out to be an arduous task where every dependency package needs to be separately compiled using the source code and linked.

Theoretically, it should be possible but I am wondering if such a stress test was conducted because it would be cool to be able to view the LLVM IR for Hadoop.