Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
1 comments
pjmlp
3502 days ago
.NET Native doesn't use RyuJIT, rather Visual C++'s backend.
CoreRT uses RyuJIT.
link
CoreRT uses RyuJIT.