On Sunday, 22 April 2018 at 23:16:53 UTC, jmh530 wrote:
I think there's an option so that LLVM bitcode can be used on it. So conceivably, you could compile with LDC to LLVM bitcode and then run that on Graal.
Here is the documentation [1] for this feature. There is some discussion about linking standard libraries in Rust/C++ that might be relevant.
[1] http://www.graalvm.org/docs/reference-manual/languages/llvm/
