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 JLang work on AArch64? #67

Closed ghost closed 4 years ago

andrewcmyers commented 4 years ago

JLang compiles to LLVM, so in principle it should work given a working back end for that architecture, but we haven't tested it on that.