Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

01 Concept

❯

Runtime Linking

Runtime Linking

Feb 10, 20261 min read

  • language-implementation
  • linking
  • runtime

Runtime Linking

← Back to Runtime Systems

The process of resolving and loading shared libraries at program startup or during execution. Dynamic linking allows multiple programs to share a single copy of a library in memory and enables plugins and extensibility.

Key Properties

  • Dynamic Libraries
  • Shared Objects
  • DLL Loading

language-implementation linking runtime


Graph View

  • Runtime Linking
  • Key Properties

Backlinks

  • Runtime Systems
  • DLL Loading
  • Dynamic Libraries
  • Shared Objects

Created with Quartz v4.5.2 © 2026

  • GitHub