15-213/18-243 Introduction to Computer Systems
Lecture 23: Linking

  • Reading: Ch 7
  • Slides: 23-linking
  • Code: none
  • Concepts:
    • Static linking
    • Symbol resolution
    • Relocation (without implementation details)
    • Global and local symbols
    • Strong and weak symbols
    • Shared libraries
  • Previous lecture: Network Programming
  • Next lecture: Web Services