1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Satori/docs/design/coreclr/botr
Youssef Victor d14b50ae21
Fix trailing whitespaces (#40891)
* Trim trailing whitespaces

* Match raw with rendered

* Delete extra asterisks and |

* Update ELT Hooks - tail calls.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-08-19 17:29:01 -07:00
..
images Move JIT documentation to new docs/design/coreclr/jit directory (#33321) 2020-03-10 08:53:57 -07:00
botr-faq.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
clr-abi.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
corelib.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
dac-notes.md Fix broken links on Botr doc (#35973) 2020-05-07 12:38:13 -04:00
exceptions.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
garbage-collection.md Fix another 58 URL's (#33003) 2020-02-28 18:54:32 -08:00
guide-for-porting.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
intro-to-clr.md Organize some markdowns and fix links (#1159) 2019-12-26 15:22:57 -08:00
method-descriptor.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
mixed-mode.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
profilability.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
profiling.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
README.md Update the mscorlib.md document. (#36225) 2020-05-11 12:29:42 -07:00
readytorun-format.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
readytorun-overview.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
shared-generics.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
stackwalking.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
threading.md Organize some markdowns and fix links (#1159) 2019-12-26 15:22:57 -08:00
type-loader.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
type-system.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
vectors-and-intrinsics.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
virtual-stub-dispatch.md Fix virtual slot indices in VSD botr example (#40174) 2020-08-11 13:44:20 -07:00
xplat-minidump-generation.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00

The Book of the Runtime

Welcome to the Book of the Runtime (BOTR) for the .NET Runtime. This contains a collection of articles about the non-trivial internals of the .NET Runtime. Its intended audience are people actually modifying the code or simply wishing to have a deep understanding of the runtime.

Below is a table of contents.

It may be possible that this table is not complete. You can get a complete list by looking at the directory where all the chapters are stored: