relocatable
- adjective
- /ˌriːloʊˈkeɪtəbl/
- Specialized
- The software requires relocatable code to run on different hardware platforms.
Examples
-
A relocatable object file can be loaded at any address in memory.
-
Developers prefer relocatable modules for greater flexibility during program linking.
-
The software is relocatable across various platforms.
-
Is this program relocatable on different devices?
-
When developing software, it is important to ensure that the code is relocatable so it can function on different systems without issues.
-
Libraries may also be written in and used in assembly language, but they must be written as relocatable code.
-
In modern programming, using relocatable libraries allows developers to link easily without worrying about fixed memory locations.
Antonyms
Compounds
- Specialized
A computer program that can be loaded and run from different parts of computer memory without change
Surface Forms
Morphology
Etymology
Relocatable comes from re- 'again' and locate 'to place', the same root as location. So in computing a relocatable piece of code can be put into a new 'place' in the computer's memory and still work without change.