Run-time library


operating system, programming, library
A file containing routines which are linked with a program at run time rather than at compile-time. The advantage of such dynamic linking is that only one copy of the library needs to be stored, rather than a copy being included with each executable that refers to it. This can greatly reduce the disk space occupied by programs. Furthermore, it means that all programs immediately benefit from changes (e.g. bug fixes) to the single copy of the library without requiring recompilation. Since the library code is normally classified as read-only to the memory management system, it is possible for a single copy of the library to be loaded into memory and shared by all active programs, thus reducing RAM and virtual memory requirements and program load time.
(1997-07-16)

Read Also:

  • Run-time error

    programming An error in the execution of a program which occurs at run time, as opposed to a compile-time error. A good programming language should, among other things, aim to replace run-time errors by compile-time errors. Language features such as strong typing help. A good program should attempt to avoid run-time errors by, for example, […]

  • Russian tea cakes

    noun See Mexican wedding cakes

  • Russian-thistle

    noun 1. a saltwort, Salsola kali tenuifolia, that has narrow, spinelike leaves, a troublesome weed in the central and western U.S.

  • Russian-turkestan

    noun 1. See under Turkestan. noun 1. a vast region in W and central Asia, E of the Caspian Sea: includes territory in the S central part of Xinjiang province in China (Eastern Turkestan or Chinese Turkestan) a strip of N Afghanistan, and the area (Russian Turkestan) comprising the republics of Kazakhstan, Kirghizia (Kyrgyzstan), Tadzhikistan […]

  • Russian-wolfhound

    noun 1. borzoi. Russian wolfhound noun 1. a less common name for borzoi


Disclaimer: Run-time library definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.