Graal VM

Laeeth Isharc laeeth at kaleidic.io
Tue Sep 3 22:55:22 UTC 2019


On Friday, 30 August 2019 at 12:34:50 UTC, jmh530 wrote:
> On Friday, 30 August 2019 at 10:56:05 UTC, RazvanN wrote:
>> Hello everyone,
>>
>> Has anyone heard of GraalVM [1]? [snip]
>
> I had heard about it last year I think. Laeeth had tried to use 
> dpp with it [1], but I haven't heard anything since then.
>
> [1] 
> https://forum.dlang.org/post/ykvgbfstbyeaysmihqqm@forum.dlang.org

Dmitry O told me about it.  When I got back home I tried using 
LDC in betterC mode and it just worked.  I did some work that I 
didn't finish on making a wrapper out of polyglot.h

Problem with porting runtime too is that graal doesn't have 
pthread even.  I guess you could fake that and anything else you 
might need but I figure calling C# should come first for us right 
now.

Dmitry looks to be working on transpiling D to Java via DMD 
motivated by running on Graal.  I think he has Scala code at work 
but maybe other benefits from Graal.  Very cool once it works.




More information about the Digitalmars-d mailing list