compilerruntime
Compiler runtime, often called a runtime library or CRT (C runtime), is the collection of support code that accompanies compiled programs to provide execution-time facilities not defined by the language standard alone. It typically includes startup and initialization routines, basic I/O support, memory management helpers, and services such as exception handling or stack unwinding, depending on the language and compiler.
The exact contents of a compiler runtime vary by language and toolchain. For C and C++ programs,
Beyond traditional system libraries, compiler runtimes can include language-specific features such as exception handling mechanisms, garbage
Usage and deployment vary by platform and compiler. Runtimes can be linked statically into the executable or