Run-Time System
Runtime System
System that provides behavior needed by running code; primarily implements portions of an execution model.
Factual Statements about Run-Time System
Powered by Wikidata
Wikipedia | Runtime System
In computer programming, a runtime system or runtime environment is a sub-system that exists in the computer where a program is created, as well as in the computers where the program is intended to be run. The name comes from the compile time and runtime division from compiled languages, which similarly distinguishes the computer processes involved in the creation of a program (compilation) and its execution in the target machine.