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

  • Reading: Ch 7
  • Slides: 13-caches-opt-linking
  • Code: none
  • Concepts:
    • Program optimization for caches
    • Static linking
    • Symbol resolution
    • Relocation (without implementation details)
    • Global and local symbols
    • Strong and weak symbols
    • Shared libraries
  • Previous lecture: Cache Memories
  • Next lecture: Exceptions