现在的位置: 首页 > 综合 > 正文

Why bother learning about link?(Chapter 7)

2013年08月28日 ⁄ 综合 ⁄ 共 552字 ⁄ 字号 评论关闭

1 Understanding linkers  will help you build large programs.

2 Understanding linkers will help you avoid dangerous programming errors.

3 Understanding linkers will help you understand how language scoping rules are implemented.

4 Understanding linkers will help you understand other important systems concepts.

5 Understanding linkers will enable you to exploit shared libraries.


some aspects of linking:

static linking;

dynamic linking: 1 share libraries at load time, 2 share libraries at run time.


It is important to realize that the basic concepts of linking are universal, regardless of the operating system, the ISA, or the object file format .

抱歉!评论已关闭.