corert/Documentation
Jan Kotas 51084c0718
Merge pull request #4831 from dotnet/master
Merge master to nmirror
2017-10-29 08:33:11 -07:00
..
botr Fix a couple typos in type system document 2016-06-16 15:26:19 -07:00
design-docs Add WebAssembly docs 2017-09-14 18:44:02 -07:00
engineering Add a doc on updating the RyuJIT package (#4048) 2017-06-30 19:10:29 -07:00
images Fix a couple typos in type system document 2016-06-16 15:26:19 -07:00
README.md Add WebAssembly docs 2017-09-14 18:44:02 -07:00
cross-building.md Documentation: Remove Patching Urcu Section 2016-03-18 11:30:57 +01:00
high-level-engineering-plan.md Fix markdown headers (#3322) 2017-04-13 11:30:54 -07:00
how-to-build-WebAssembly.md Update how-to-build-WebAssembly.md (#4819) 2017-10-26 18:00:18 -07:00
how-to-build-and-run-ilcompiler-in-console-shell-prompt.md Delete VS2015 support (#4660) 2017-10-03 19:12:19 -07:00
how-to-build-and-run-ilcompiler-in-visual-studio.md Update how-to-build-and-run-ilcompiler-in-visual-studio.md (#4600) 2017-09-24 07:44:22 -07:00
how-to-build-and-run-ilcompiler-in-vscode.md Updated paths to ILC in docs and fixed .vscode/launch.json (#4212) 2017-07-21 21:53:46 +02:00
how-to-debug-compiler-dependency-analysis.md CoreRT dependency graph analysis tool 2017-10-26 15:06:50 -07:00
how-to-run-tests.md Fix script name in how-to-run-tests instruction (#2223) 2016-11-16 14:18:09 -08:00
intro-to-corert.md Add C to IL (#4730) 2017-10-15 07:38:08 -07:00
prerequisites-for-building.md Delete VS2015 support (#4660) 2017-10-03 19:12:19 -07:00

README.md

Introduction to CoreRT Repo

This is the repo for CoreRT, the .NET Core runtime optimized for AOT (Ahead of Time) compilation scenarios. This project is in early stages of its development. The high-level engineering plan lists major parts that needs to come together for it to become a complete runtime for .NET Core.

Architecture

Developer Guide