1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00
Satori/docs/design/coreclr/botr
Jan Kotas 3adbcf5ff9
Doc improvements (#76863)
- Use proper macOS capitalization
- Delete superfluous details

Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
2022-10-11 13:35:53 -07:00
..
images Add docs around NativeAOT workflows (#62837) 2021-12-16 10:35:54 +09:00
botr-faq.md Fix typo (#52694) 2021-05-13 06:26:32 -07:00
clr-abi.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
corelib.md Make QCalls respect the EntryPoint property (#60992) 2021-11-02 16:37:18 -07:00
dac-notes.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
exceptions.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
garbage-collection.md Add link to my deep .NET GC Internals series (#51551) 2021-04-20 13:09:55 -07:00
guide-for-porting.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
ilc-architecture.md Switch to objwriter from the dotnet/llvm-project repo (#63177) 2021-12-31 13:34:33 +09:00
intro-to-clr.md Minor corrections to BotR intro chapter (#53746) 2021-06-04 18:05:45 -07:00
managed-type-system.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
method-descriptor.md Rename mention to master branch to main (#48824) 2021-03-01 10:09:31 +01:00
mixed-mode.md Update URLs in BOTR (#1441) 2020-01-08 08:20:19 -08:00
profilability.md Rename mention to master branch to main (#48824) 2021-03-01 10:09:31 +01:00
profiling.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
r2r-perfmap-format.md Enhance CrossGen2 to emit PerfMap debug directory entry (#58552) 2021-09-10 13:19:34 -07:00
README.md Update the mscorlib.md document. (#36225) 2020-05-11 12:29:42 -07:00
readytorun-format.md Add EH filters for generic catch(T) blocks (#72721) 2022-07-29 23:29:50 +02:00
readytorun-overview.md Fix typos (#69537) 2022-05-23 10:14:58 -07:00
shared-generics.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
stackwalking.md Rename mention to master branch to main (#48824) 2021-03-01 10:09:31 +01:00
threading.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
type-loader.md Syntax highlighted type-loader.md (#54497) 2021-06-21 13:06:29 -04:00
type-system.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
vectors-and-intrinsics.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
virtual-stub-dispatch.md Rename mention to master branch to main (#48824) 2021-03-01 10:09:31 +01:00
xplat-minidump-generation.md Doc improvements (#76863) 2022-10-11 13:35:53 -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: