Tag: Programming

CoreRT - A .NET Runtime for AOT
CoreRT – A .NET Runtime for AOT
Blog Posts

Firstly, what exactly is CoreRT? From its GitHub repo: .. a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET native compiler toolchain The rest of this post will look at what that actually means. Contents Existing .NET ‘AOT’ Implementations High-Level Overview The Compiler The Runtime ‘Hello World’ Program Limitations Further… READ MORE