Word Explorer

Dynamic loading

💡 Words with a Similar Meaning to "Dynamic loading"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
dynamic linkerIn computing, a dynamic linker is the part of an operating system that loads and links the shared libraries needed by an executable when it is executed (at "run time"), by copying the content of libraries from persistent storage to RAM, filling jump tables and relocating pointers.
runtime libraryIn computer programming, a runtime library is a set of low-level routines used by a compiler to invoke some of the behaviors of a runtime environment, by inserting calls to the runtime library into compiled executable binary.
microsoft windows library filesThe Microsoft Windows operating system supports a form of shared libraries known as "dynamic-link libraries", which are code libraries that can be used by multiple processes while only one copy is loaded into memory.
late bindingnoun(programming) Dynamic binding.
just-in-time compilationIn computing, just-in-time compilation (also dynamic translation or run-time compilations) is compilation (of computer code) during execution of a program (at run time) rather than before execution.
static libraryIn computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile-time and copied into a target application by a compiler, linker, or binder, producing an object file and a stand-alone executable.
load-store architecturenoun(computing) A type of computer architecture in which instructions either load/store values between memory and CPU registers, or perform calculations on values in CPU registers, but cannot directly perform calculations on values in memory.
dynamic recompilationIn computer science, dynamic recompilation is a feature of some emulators and virtual machines, where the system may recompile some part of a program during execution.
java class librarya set of dynamically loadable libraries that Java Virtual Machine languages can call at run time.
autoloadernoun(programming) A software mechanism that automatically locates and loads classes etc. as required at run time.
java classloader
dynamic dispatchnoun(computing) A dispatch method where the implementation of a function or method is assigned during runtime, as it cannot be assigned during compile time.
runtime systemIn computer programming, a runtime system or runtime environment is a sub-system that exists in the computer where a program is created, as well as in the computers where the program is intended to be run.
dynamic memory allocationnoun(computing) The process of allocating memory at runtime.
complex instruction set computerA complex instruction set computer is a computer architecture in which single instructions can execute several low-level operations (such as a load from memory, an arithmetic operation, and a memory store) or are capable of multi-step operations or addressing modes within single instructions.
dll injectionIn computer programming, DLL injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library.
autoloadingnoun(programming) The capability of loading and linking portions of a program from mass storage automatically when needed.
dynamic program analysisthe act of analyzing software that involves executing a program as opposed to static program analysis, which does not execute it.
database cachinga process included in the design of computer applications which generate web pages on-demand (dynamically) by accessing backend databases.
cache prefetchinga technique used by computer processors to boost execution performance by fetching instructions or data from their original storage in slower memory to a faster local memory before it is actually needed (hence the term 'prefetch').

Translate “Dynamic loading” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Dynamic loading