Run-time system

From Computer History Wiki
Revision as of 23:58, 17 November 2018 by Jnc (talk | contribs) (A bit stubby, but a start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.