polyglot-compiler / JLang

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

jdk-lite obselete #71

Open dz333 opened 3 years ago

dz333 commented 3 years ago

This version of the jdk doesn't even provide enough functionality to compile & link the runtime. We could update this to either fulfill that functionality (hard) or just to no-op a bunch of things and market it as a test of the compilation process.

OR we should just deprecate and take it off the website/documentation.