关注

(1) dynamic loading
load program进memory时,优先load main()所在的memory page。其他page根据program是否会调用该page上存的function决定是否load进memory

(2) dynamic linking和static linking
* static linking treats the libraries as if they are normal *.obj files. During linking stage, the library code are also combined into the binary.
* dynamic linking will place a "stub" in each library routine reference. The "stub" is a small piece of code which indicates how to access the corresponding library routine.

登录以加入对话
雾海

雾海是一个开放且不限制讨论主题的非营利性中文社区,名字来源于德国浪漫主义画家 Friedrich 的画作《雾海上的旅人》。生活总是在雾海中吞吐不定,不管怎么艰辛,他还是站在了这里!希望大家在这里玩的开心~