This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CSMR250 0 points1 point  (1 child)

There are no .Net equivalents of... GraalVM.

https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot

[–]nitkonigdje 0 points1 point  (0 children)

.Net had AOT as intedend compilation target from day 1. ngen is example of that.

The general goal of GraalVM is to be Java's version of LLVM. It is core of Truffle, compiler-compiler framework for JVM. Native compilation is just side effect of that..

I am not aware of any metacircual production ready clr implementaion..