[llvm-dev] Sulong

Manuel Rigger via llvm-dev llvm-dev at lists.llvm.org
Sat Jan 30 14:35:46 PST 2016


Hi everyone,

we started a new open source project Sulong:
https://github.com/graalvm/sulong.

Sulong is a LLVM IR interpreter with JIT compilation running on top of the
JVM.
By using the Truffle framework, it implements speculative optimizations
such as inlining of function pointer calls through AST rewriting.
One area of our research is to provide alternative ways of executing LLVM
bitcode that provide memory safety guarantees.

We are looking forward to feedback and/or contributions!

- Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160130/0c6f46c0/attachment.html>


More information about the llvm-dev mailing list