Suleman Jamil via llvm-dev
2017-Oct-17 14:37 UTC
[llvm-dev] C source code to java byte code
Hello, I want to know that is it possible to convert the C source code into pure java byte code which can be run into another JVM? RegardSuleman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171017/83a5f803/attachment.html>
Manuel Rigger via llvm-dev
2017-Oct-17 14:51 UTC
[llvm-dev] C source code to java byte code
Hi Suleman, Sulong [1] is an interpreter that executes LLVM IR on top of the JVM. - Manuel [1] https://github.com/graalvm/sulong and http://ssw.jku.at/General/Staff/ManuelRigger/VMIL16.pdf 2017-10-17 16:37 GMT+02:00 Suleman Jamil via llvm-dev < llvm-dev at lists.llvm.org>:> > Hello, > I want to know that is it possible to convert the C source code into pure > java byte code which can be run into another JVM? > > > Regard > Suleman > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171017/a3de212a/attachment.html>