1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Satori/docs/coreclr/botr
Mike McLaughlin 6b4e56b652 Createdump fixes and cleanup. (dotnet/coreclr#11368)
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 3fb9d8d2fe
2017-05-03 17:17:22 -07:00
..
botr-faq.md Add subfolders to Documentation folder 2015-06-10 09:50:32 -07:00
clr-abi.md Fix fgNewBBinRegion when inserting into filters. 2017-04-25 10:10:48 -07:00
dac-notes.md Fix spelling and grammar. 2016-03-09 11:28:46 +09:00
exceptions.md Fixing PAL_TRY use in BOTR (dotnet/coreclr#7658) 2016-10-18 00:56:50 +02:00
garbage-collection.md SRV->SVR in BotR GC section. 2017-03-08 14:34:40 -08:00
intro-to-clr.md Fix ecma-spec link 2016-02-20 00:10:15 -05:00
method-descriptor.md Remove incorrect escaping in example in BOTR 2016-03-10 19:32:25 +01:00
mscorlib.md Add subfolders to Documentation folder 2015-06-10 09:50:32 -07:00
porting-ryujit.md Document porting RyuJIT to different platforms 2015-11-24 12:25:32 -08:00
profilability.md Add subfolders to Documentation folder 2015-06-10 09:50:32 -07:00
profiling.md Fix spelling and grammar. 2016-03-09 11:28:46 +09:00
README.md Move xplat minidump doc to botr. (dotnet/coreclr#11149) 2017-04-21 17:01:01 -07:00
readytorun-overview.md Update new struct versioning rule (dotnet/coreclr#5429) 2016-06-03 22:07:56 -07:00
ryujit-overview.md Fix class name in ryujit-overview.md 2017-04-05 16:08:30 +09:00
stackwalking.md Add subfolders to Documentation folder 2015-06-10 09:50:32 -07:00
threading.md Anchor Tag fix 2016-03-01 21:17:37 -03:00
type-loader.md Add subfolders to Documentation folder 2015-06-10 09:50:32 -07:00
type-system.md Fixing for comments in dotnet/coreclr#1114 2015-06-10 09:50:37 -07:00
virtual-stub-dispatch.md Fix spelling and grammar. 2016-03-09 11:28:46 +09:00
xplat-minidump-generation.md Createdump fixes and cleanup. (dotnet/coreclr#11368) 2017-05-03 17:17:22 -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: