mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
![]() Fixed "with heap" option to actually include all the heaps. The way /proc/$pid/maps
was parsed missed most of the RW data/heap regions.
Added -u/--full full core dump options.
Removed the useless m_memStatus variable in enummem.cpp.
Commit migrated from
|
||
---|---|---|
.. | ||
botr-faq.md | ||
clr-abi.md | ||
dac-notes.md | ||
exceptions.md | ||
garbage-collection.md | ||
intro-to-clr.md | ||
method-descriptor.md | ||
mscorlib.md | ||
porting-ryujit.md | ||
profilability.md | ||
profiling.md | ||
README.md | ||
readytorun-overview.md | ||
ryujit-overview.md | ||
stackwalking.md | ||
threading.md | ||
type-loader.md | ||
type-system.md | ||
virtual-stub-dispatch.md | ||
xplat-minidump-generation.md |
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.
- Book of the Runtime FAQ
- Introduction to the Common Language Runtime
- Garbage Collection Design
- Threading
- RyuJIT Overview
- Type System
- Type Loader
- Method Descriptor
- Virtual Stub Dispatch
- Stack Walking
- Mscorlib and Calling Into the Runtime
- Data Access Component (DAC) Notes
- Profiling
- Implementing Profilability
- What Every Dev needs to Know About Exceptions in the Runtime
- ReadyToRun Overview
- CLR ABI
- Cross-platform Minidumps
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: