[llvm-dev] A "Java Backend"
Lorenzo Laneve via llvm-dev
llvm-dev at lists.llvm.org
Mon Jul 18 20:06:55 PDT 2016
My idea was to create a complete backend treating Java as a normal platform, to enable LLVM to compile programs to Java Bytecode (.class) and Java Archive files (.jar). This could be useful in situations where we need to compile a program for a platform still not natively supported by LLVM.
I don't know if it exists already, I've heard about this "LLJVM" but I don't think it does the same thing as my idea.
What do you think?
More information about the llvm-dev
mailing list