Hacker News new | ask | show | jobs
by wesamco 3504 days ago
https://github.com/dotnet/corert/blob/master/Documentation/i...
1 comments

Ah, thanks. Didn't notice that part. So it's more an option, among others, while the "normal" .NET Native toolchain directly goes the IL → machine code route via RyuJIT.
.NET Native doesn't use RyuJIT, rather Visual C++'s backend.

CoreRT uses RyuJIT.