Y
Hacker News
new
|
ask
|
show
|
jobs
by
wesamco
3504 days ago
https://github.com/dotnet/corert/blob/master/Documentation/i...
1 comments
ygra
3504 days ago
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.
link
pjmlp
3502 days ago
.NET Native doesn't use RyuJIT, rather Visual C++'s backend.
CoreRT uses RyuJIT.
link