Run-time Environments

Runtime system

A runtime system is a sub-system in computer programming that exists in both the computer where a program is created and where it is intended to be run. It provides an environment for programs to run and addresses various issues such as memory management, variable access, parameter passing, interfacing with the operating system, and more. The compiler relies on the specific runtime system to generate correct code and the runtime system may include features like garbage collection and threads.

1 courses cover this concept

CS 143 Compilers

Stanford University

Spring 2022

Combination of theoretical and practical perspectives on compiler design. This course emphasizes correctness over performance, providing a deep understanding of compiler structure and functioning.

No concepts data

+ 16 more concepts