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
2024-08-15 01:54:52 +02: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 JIT: Sign/zero-extend small primitive arguments for pinvokes on arm32 and Apple arm64 (#106314) 2024-08-15 01:54:52 +02:00
corelib.md Update docs.microsoft.com usages to learn.microsoft.com (#102881) 2024-05-31 11:27:45 -07:00
dac-notes.md Fix typo in dac-notes.md (#87295) 2023-06-08 17:04:21 -07:00
exceptions.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
garbage-collection.md Clarifications in botr gc section (#89888) 2023-08-02 17:16:34 -07:00
guide-for-porting.md Update docs.microsoft.com usages to learn.microsoft.com (#102881) 2024-05-31 11:27:45 -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 Fixed broken ECMA links (#92547) 2023-09-24 11:37:59 -07:00
method-descriptor.md Change temporary entrypoints to be lazily allocated (#101580) 2024-07-14 12:20:21 -07: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 Fixed broken ECMA links (#92547) 2023-09-24 11:37:59 -07:00
readytorun-overview.md Fix typos (#69537) 2022-05-23 10:14:58 -07:00
shared-generics.md EnC Support for Generics (#85269) 2023-04-25 10:32:19 -07:00
stackwalking.md Rename mention to master branch to main (#48824) 2021-03-01 10:09:31 +01:00
threading.md Fix mistake in BotR Threading section (#104183) 2024-06-28 18:56:12 -07:00
type-loader.md Fixed broken ECMA links (#92547) 2023-09-24 11:37:59 -07:00
type-system.md Make normal statics simpler (#99183) 2024-06-12 20:54:31 -07:00
vectors-and-intrinsics.md Change the ReciprocalEstimate and ReciprocalSqrtEstimate APIs to be mustExpand on RyuJIT (#102098) 2024-05-13 14:01:21 -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 Replace remaining instances of COMPlus with DOTNET (#82985) 2023-03-05 08:40:20 -08: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: