11 - Dynamic Vs Static Links
11 - Dynamic Vs Static Links
com/questions/1993390/static-linking-vs-dynamic-linking
• Static linking, means that you can know the code will run
in very limited environments (early in the boot process,
or in rescue mode).
• Static linking can make binaries easier to distribute to
diverse user environments (at the cost of sending a large
and more resource hungry program).
• Static linking may allow slightly faster startup times, but
this depends to some degree on both the size and
complexity of your program and on the details of the OSs
loading strategy.