Log in
About MyKardz
Roslyn & RyuJIT
Tags: .net
Shared by:
joubin
Created on: Apr 02 2020 (Thu) @ 02:53 PM
Roslyn
The .NET Platform Compiler i.e. compiles your C# (etc) code into IL
Has a public API e.g. could be included in your app to compile other code on-the-fly
RyuJIT
Compiles the Roslyn generated IL into native code (only x64)
No public API available