linking
play

Linking Eric McCreath Introduction One of the key resources that - PowerPoint PPT Presentation

Linking Eric McCreath Introduction One of the key resources that an operating system is called upon to manage is main (primary) memory. Generally a programer does not have to worry about which particular addresses are used for their programs.


  1. Linking Eric McCreath

  2. Introduction One of the key resources that an operating system is called upon to manage is main (primary) memory. Generally a programer does not have to worry about which particular addresses are used for their programs. The compiler/OS does this for you. However, it is good to gain a basic understanding of how all these addresses are put together. 2

  3. Address Binding For a program to execute it must be copied into main memory at a particular location. Many instructions use 'fixed' addresses which must be bound to 'fixed' locations in the memory. This binding of instructions and data to memory addresses may occur at : compile time, load time, or execution time. 3

  4. Linking Loading 4

  5. Memory Layout from COMP2300 2010 slides 5

  6. ELF from 2010 COMP2300 slides 6

  7. Libraries Libraries may be either: statically linked - the library is compiled into the final binary executable. dynamically linked - just a 'stub' is includes in the binary executable, the library code is obtained as needed during execution. 7

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend