Replies: 2 comments 2 replies
-
@dotnet/ilc-contrib |
Beta Was this translation helpful? Give feedback.
-
.NET Native compiler was never open sourced. It was based on the same closed source code generator as Microsoft C/C++ compiler (codename UTC) that was never open sourced either. Runtime used by .NET Native for UWP was open sourced as part of CoreRT project, and the open-source copy was kept in sync for a while as both projects were actively developed. Its inner workings were not fundamentally different from the current NativeAOT runtime. https://mattwarren.org/2018/06/07/CoreRT-.NET-Runtime-for-AOT/ has good overview and links to other useful docs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This question requires an OG professional but, does anyone know if .NET Native compiler was ever open source, and is the code available anywhere? As far as i know CoreRT and NativeAOT both were open source, but my guess is Microsoft didn't bother for .NET Native, and if its not open source does any developer know the insides of it? its header structure and directories? As far as I know it doesn't use R2R signature or directories.
Beta Was this translation helpful? Give feedback.
All reactions