Difference between revisions of "Run-time system"
From Computer History Wiki
(A bit stubby, but a start) |
m (+cat) |
||
Line 4: | Line 4: | ||
{{semi-stub}} | {{semi-stub}} | ||
+ | |||
+ | [[Category: Software Concepts]] |
Latest revision as of 22:10, 16 December 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.