Difference between revisions of "Run-time system"
From Computer History Wiki
(A bit stubby, but a start) |
(No difference)
|
Revision as of 22:58, 17 November 2018
A run-time system is a block of software object code which is loaded together with a compiled or interpreted program, in order to provide facilities that the programming language provides, but neither the CPU's hardware, or the operating system, provides directly.
For instance, a language might specify that it provides floating point, but the CPU's hardware might not; or the language might include I/O, but the OS might not provide what the language expects.