Load-time dynamic linking and run-time dynamic linking

In loading programs to the memory, illustrate the difference between the load-time dynamic linking and run-time dynamic linking?

E

Expert

Verified

For load-time dynamic linking: Load module to be loaded is read to the memory. Any reference to target external module causes that the module to be loaded and the references are updated to the relative address from the beginning base address of the application module.

With run-time dynamic loading: A few of the linking is postponed till actual reference throughout execution. Then the accurate module is loaded and linked.

   Related Questions in Operating System

©TutorsGlobe All rights reserved 2022-2023.